2015-11-16 03:57:07 +00:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* 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.
|
|
|
|
*
|
|
|
|
* When using the installer, a correct local.php file be generated for
|
|
|
|
* you automatically.
|
|
|
|
*/
|
|
|
|
|
2016-04-19 01:50:30 +00:00
|
|
|
$conf['showuseras'] = 'username';
|