summaryrefslogtreecommitdiff
path: root/conf/local.php
blob: c92e41a4f6963266df68231a92cd4846f8b136bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * Minimal local config
 */
$conf['useacl'] = 1;
$conf['superuser'] = '@admin';

$conf['codename'] = 'illich';
$conf['title'] = 'Illich';
$conf['author'] = 'Ivan Illich';
$conf['copyright'] = 'Valentina Borremans';
$conf['universe'] = 'acervus';