Disable internal login, except if set explicitly (no http auth)

This commit is contained in:
Daniel Berteaud 2014-07-29 16:31:37 +02:00
parent ecb2ffca61
commit 7ddd4a6034
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
$require_login = 1;
$require_login = {(($phplist{'Authentication'} || 'http') eq 'internal') ? '1':'0'};
define("REGISTER",0);
define("NOSTATSCOLLECTION",1);
define("MANUALLY_PROCESS_QUEUE",0);