minor tweaks on sample conf files FS#1723

This commit is contained in:
Andreas Gohr
2010-02-28 11:39:07 +01:00
parent 60f1722dc2
commit bc87043b78
2 changed files with 42 additions and 52 deletions

View File

@ -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");

View File

@ -15,8 +15,8 @@
* TABLE usergroup
* uid gid
*
* To use this configuration you have to copy them to local.php
* or at least include this file in local.php.
* To use this configuration you have to copy them to local.protected.php
* or at least include this file in local.protected.php.
*/
/* Options to configure database access. You need to set up this