diff options
author | andi <andi@splitbrain.org> | 2005-04-29 22:54:36 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-04-29 22:54:36 +0200 |
commit | 2a27e99ac0428ee74f330df0fff0415417765768 (patch) | |
tree | 7ac58a5624301a9ce2ef0099ec442be2df1ce615 /conf/dokuwiki.php | |
parent | 6c7843b5addbca9ae2dc1d9d19be8d67663eb8e5 (diff) | |
download | rpg-2a27e99ac0428ee74f330df0fff0415417765768.tar.gz rpg-2a27e99ac0428ee74f330df0fff0415417765768.tar.bz2 |
more cleanup
darcs-hash:20050429205436-9977f-762f3ded6f93cfb3e068f3acdc1bb80690ad658b.gz
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r-- | conf/dokuwiki.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index d22dbe94b..591a14eb4 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -53,7 +53,7 @@ $conf['useacl'] = 0; //Use Access Control Lists to restrict $conf['openregister']= 1; //Should users to be allowed to register? $conf['authtype'] = 'plain'; //which authentication DB should be used (currently plain only) $conf['defaultgroup']= 'user'; //Default groups new Users are added to -$conf['superuser'] = 'superman'; //The admin can be user or @group +$conf['superuser'] = '!!not set!!'; //The admin can be user or @group /* Advanced Options */ $conf['userewrite'] = 0; //this makes nice URLs: 0: off 1: .htaccess 2: internal |