14 lines
381 B
PHP
14 lines
381 B
PHP
<?php
|
|
/*
|
|
* Dokuwiki's Main Configuration File - Local Settings
|
|
* Auto-generated by config plugin
|
|
* Run for user: admin
|
|
* Date: Sun, 15 Mar 2026 17:52:44 +0000
|
|
*/
|
|
|
|
$conf['template'] = 'mantinedoku';
|
|
$conf['license'] = '';
|
|
$conf['useacl'] = 1;
|
|
$conf['superuser'] = '@admin';
|
|
$conf['plugin']['authldap']['attributes'] = array();
|
|
$conf['plugin']['toctweak']['tocPosition'] = '9';
|