diff options
author | andi <andi@splitbrain.org> | 2005-05-06 19:42:56 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-05-06 19:42:56 +0200 |
commit | 110835456ad4f4210db7d47f881b090659a6378c (patch) | |
tree | 16c9fc51605c44635e5f4e5e284f33be916eb5f4 | |
parent | 4724a5775a55527d05b2210f61b3d6318a2e07c0 (diff) | |
download | rpg-110835456ad4f4210db7d47f881b090659a6378c.tar.gz rpg-110835456ad4f4210db7d47f881b090659a6378c.tar.bz2 |
example local.php added
darcs-hash:20050506174256-9977f-0dc70f659d591ed62c03564a1db874e172ae66cd.gz
-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'; |