Use /lists suffix, as it seems hardcoded somewhere in PHPList

This commit is contained in:
Daniel Berteaud 2014-08-07 11:51:43 +02:00
parent 0425363015
commit 88972d5545
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ $conf->{'applicationList'}->{'010apps'}->{'phplist'} = {
'logo' => 'phplist.png', 'logo' => 'phplist.png',
'name' => 'Listes de diffusion', 'name' => 'Listes de diffusion',
'description' => 'PHPList', 'description' => 'PHPList',
'uri' => "https://news.$domain/admin", 'uri' => "https://news.$domain/lists/admin",
'display' => 'auto' 'display' => 'auto'
}, },
'type' => 'application' 'type' => 'application'