diff --git a/conf/local.php.dist b/conf/local.php.dist index 53d7cc7201f063daee22e89fa42192ecb2a60546..0e3431259bdb375f63483ebb9d1b192dc616afaa 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");