phplist/phplist-2.10.5-disable_testmode.patch

13 lines
636 B
Diff

diff -Nru phplist-2.10.5.orig/public_html/lists/config/config.php phplist-2.10.5/public_html/lists/config/config.php
--- phplist-2.10.5.orig/public_html/lists/config/config.php 2006-12-16 03:25:08.000000000 +0100
+++ phplist-2.10.5/public_html/lists/config/config.php 2008-02-26 03:56:59.000000000 +0100
@@ -188,7 +188,7 @@
# if test is true (not 0) it will not actually send ANY messages,
# but display what it would have sent
-define ("TEST",1);
+define ("TEST",0);
# if you set verbose to 1, it will show the messages that will be sent. Do not do this
# if you have a lot of users, because it is likely to crash your browser