blob: b0cc327f3198dcb597440d2b8ba056bbcc1b80e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/**
* Dokuwiki's Main Configuration File - Local Settings
* Auto-generated by install script
* Date: Tue, 04 Dec 2018 00:11:39 +0000
*/
$conf['title'] = 'tilde.institute';
$conf['lang'] = 'en';
$conf['license'] = 'cc-by-nc-sa';
$conf['useacl'] = 1;
$conf['superuser'] = '@admin';
|