mirror of
https://github.com/VladPolskiy/dokuwiki.git
synced 2025-07-25 15:59:39 +00:00
minor tweaks on sample conf files FS#1723
This commit is contained in:
@ -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");
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user