xref: /dokuwiki/conf/local.php.dist (revision bc3b6aec0f5bdef988488010807a94bee0808426)
1<?
2/*
3  This is an example of how a local.php coul look like.
4  Simply copy the options you want to change from dokuwiki.php
5  to this file and change them
6 */
7
8
9$conf['title']       = 'My Wiki';        //what to show in the title
10
11$conf['useacl']      = 1;                //Use Access Control Lists to restrict access?
12$conf['superuser']   = 'joe';
13