Update rule to access the admin interface of PHPList

tags/0.2.0_el5
Daniel Berteaud 11 years ago
parent b187e8e59f
commit 447c09c0e0
  1. 2
      root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/065phplist

@ -8,7 +8,7 @@ $conf->{'exportedHeaders'}->{"news.$domain"} = {
$conf->{'locationRules'}->{"news.$domain"} = {
'(?#10admin)^/admin' => 'accept',
'(?#10admin)^/(lists/)?admin' => 'accept',
'default' => 'unprotect'
} unless ($conf->{'locationRules'}->{"news.$domain"});

Loading…
Cancel
Save