diff options
-rw-r--r-- | conf/local.php.dist | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/local.php.dist b/conf/local.php.dist new file mode 100644 index 000000000..54cb4015c --- /dev/null +++ b/conf/local.php.dist @@ -0,0 +1,12 @@ +<? +/* + This is an example of how a local.php coul look like. + Simply copy the options you want to change from dokuwiki.php + to this file and change them + */ + + +$conf['title'] = 'My Wiki'; //what to show in the title + +$conf['useacl'] = 1; //Use Access Control Lists to restrict access? +$conf['superuser'] = 'joe'; |