Update rule to access the admin interface of PHPList

This commit is contained in:
Daniel Berteaud 2014-08-01 17:05:53 +02:00
parent b187e8e59f
commit 447c09c0e0
1 changed files with 1 additions and 1 deletions

View File

@ -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"});