diff options
Diffstat (limited to 'conf/local.php.dist')
-rw-r--r-- | conf/local.php.dist | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/conf/local.php.dist b/conf/local.php.dist index 4af6ea594..0397954f4 100644 --- a/conf/local.php.dist +++ b/conf/local.php.dist @@ -1,6 +1,6 @@ <?php /** - * This is an example of how a local.php coul look like. + * This is an example of how a local.php could look like. * Simply copy the options you want to change from dokuwiki.php * to this file and change them. * @@ -14,13 +14,3 @@ //$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"); - - |