From 6274f12f881f417e5bad41084aebd057de5ff416 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 15 Oct 2013 12:17:30 +0200 Subject: [PATCH] Require login (internal for now, will need to be migrated to LL::NG later) --- root/etc/e-smith/templates/etc/phplist/config.php/35Login | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/etc/phplist/config.php/35Login b/root/etc/e-smith/templates/etc/phplist/config.php/35Login index 01cb4f2..0c991da 100644 --- a/root/etc/e-smith/templates/etc/phplist/config.php/35Login +++ b/root/etc/e-smith/templates/etc/phplist/config.php/35Login @@ -1,4 +1,4 @@ -$require_login = 0; +$require_login = 1; define("REGISTER",0); define("NOSTATSCOLLECTION",1); define("MANUALLY_PROCESS_QUEUE",0);