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

tags/smeserver-phplist-0.2.1-1
Daniel Berteaud 10 years ago
parent ecb2ffca61
commit 7ddd4a6034
  1. 2
      root/etc/e-smith/templates/etc/phplist/config.php/35Login

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

Loading…
Cancel
Save