Quote auth module in phplist config

This commit is contained in:
Daniel Berteaud 2014-07-30 13:29:37 +02:00
parent 17a2049ee1
commit cb94764071
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
$require_login = 1;
$admin_auth_module = {(($phplist{'Authentication'} || 'http') eq 'internal') ? 'phplist_auth.inc':'external_auth.inc'};
$admin_auth_module = '{(($phplist{'Authentication'} || 'http') eq 'internal') ? 'phplist_auth.inc':'external_auth.inc'}';
define("REGISTER",0);
define("MANUALLY_PROCESS_QUEUE",0);
define('MAILQUEUE_THROTTLE',0.5);