From db7650cce87573651b4918faeaa3a536f303912f Mon Sep 17 00:00:00 2001 From: Andreas Gohr <andi@splitbrain.org> Date: Fri, 24 Feb 2006 19:58:10 +0100 Subject: [PATCH] commented out all entries in local.php.dist darcs-hash:20060224185810-7ad00-b992f75bc356b68746963260f80ed50ac97d4d5e.gz --- conf/local.php.dist | 10 +++++----- 1 file 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"); -- GitLab