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

$conf['title'] = 'Gustavo Esteva';