smeserver-dokuwiki/root/etc/e-smith/templates/etc/dokuwiki/local.protected.php/20acl

12 lines
163 B
Plaintext

$conf['useacl'] = 1;
{
if (system('egrep -q "^[^#/].*\[\'superuser\'\]" /etc/dokuwiki/local.php') != 0){
$OUT .= '$conf[\'superuser\'] = \'admin\';';
}
}