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

12 lines
163 B
Plaintext
Raw Normal View History

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