parent
1959930f1a
commit
60deaa1957
1 changed files with 29 additions and 0 deletions
@ -0,0 +1,29 @@ |
||||
{ |
||||
|
||||
$conf->{'exportedHeaders'}->{"news.$domain"} = { |
||||
'User-Name' => '$cn', |
||||
'Auth-User' => '$uid', |
||||
'User-Mail' => '$mail' |
||||
} unless ($conf->{'exportedHeaders'}->{"news.$domain"}); |
||||
|
||||
|
||||
$conf->{'locationRules'}->{"news.$domain"} = { |
||||
'(?#10admin)^/admin' => 'accept', |
||||
'default' => 'unprotect' |
||||
} unless ($conf->{'locationRules'}->{"news.$domain"}); |
||||
|
||||
|
||||
$conf->{'applicationList'}->{'010apps'}->{'phplist'} = { |
||||
'options' => { |
||||
'logo' => 'phplist.png', |
||||
'name' => 'Listes de diffusion', |
||||
'description' => 'PHPList', |
||||
'uri' => "https://news.$domain", |
||||
'display' => 'auto' |
||||
}, |
||||
'type' => 'application' |
||||
} unless ($conf->{'applicationList'}->{'010apps'}->{'phplist'}); |
||||
|
||||
$OUT = ''; |
||||
|
||||
} |
Loading…
Reference in new issue