diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-02-24 19:58:10 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-02-24 19:58:10 +0100 |
commit | db7650cce87573651b4918faeaa3a536f303912f (patch) | |
tree | 207c38efe997bc3e6da5a692ba9c1bc00883ec72 | |
parent | 9ff28cfd2b2516ce05253dead4a074b943244cdb (diff) | |
download | rpg-db7650cce87573651b4918faeaa3a536f303912f.tar.gz rpg-db7650cce87573651b4918faeaa3a536f303912f.tar.bz2 |
commented out all entries in local.php.dist
darcs-hash:20060224185810-7ad00-b992f75bc356b68746963260f80ed50ac97d4d5e.gz
-rw-r--r-- | conf/local.php.dist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/local.php.dist b/conf/local.php.dist index 53d7cc720..0e3431259 100644 --- a/conf/local.php.dist +++ b/conf/local.php.dist @@ -6,17 +6,17 @@ */ -$conf['title'] = 'My Wiki'; //what to show in the title +//$conf['title'] = 'My Wiki'; //what to show in the title -$conf['useacl'] = 1; //Use Access Control Lists to restrict access? -$conf['superuser'] = 'joe'; +//$conf['useacl'] = 1; //Use Access Control Lists to restrict access? +//$conf['superuser'] = 'joe'; /* The following options are usefull, if you use a MySQL * database as autentication backend. Have a look into * mysql.conf.php too and adjust the options to match * your database installation. */ -$conf['authtype'] = 'mysql'; -require_once ("mysql.conf.php"); +//$conf['authtype'] = 'mysql'; +//require_once ("mysql.conf.php"); |