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

$conf['title'] = 'base';