20 lines
463 B
PHP
20 lines
463 B
PHP
|
<?php
|
||
|
/*
|
||
|
* Dokuwiki's Main Configuration File - Local Settings
|
||
|
* Auto-generated by config plugin
|
||
|
* Run for user: jim
|
||
|
* Date: Mon, 28 Jan 2013 11:23:17 +0000
|
||
|
*/
|
||
|
|
||
|
$conf['title'] = 'Somewhere, it\'s lunchtime...';
|
||
|
$conf['template'] = 'simple';
|
||
|
$conf['allowdebug'] = 0;
|
||
|
$conf['useacl'] = 1;
|
||
|
$conf['superuser'] = 'jim';
|
||
|
$conf['disableactions'] = 'register';
|
||
|
$conf['htmlok'] = 1;
|
||
|
$conf['userewrite'] = '1';
|
||
|
$conf['basedir'] = '/';
|
||
|
|
||
|
// end auto-generated content
|