summaryrefslogtreecommitdiff
path: root/conf/local.php.dist
blob: 54cb4015c37c120226f5c901aea1300a302af33c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?
/*
  This is an example of how a local.php coul look like.
  Simply copy the options you want to change from dokuwiki.php
  to this file and change them
 */


$conf['title']       = 'My Wiki';        //what to show in the title

$conf['useacl']      = 1;                //Use Access Control Lists to restrict access?
$conf['superuser']   = 'joe';