From 8178e1ac1da79249eec0fc42786be54b61959a8e Mon Sep 17 00:00:00 2001 From: Thomas Schaefer Date: Fri, 19 Aug 2011 21:19:35 -0400 Subject: Whitelists are persistent through reboots, logging stays checked, Removed old warning, added lvl1 list by default, and changed description --- config/ipblocklist/7/ipblocklist.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/ipblocklist/7/ipblocklist.inc') diff --git a/config/ipblocklist/7/ipblocklist.inc b/config/ipblocklist/7/ipblocklist.inc index 75111e1d..b0f7849f 100755 --- a/config/ipblocklist/7/ipblocklist.inc +++ b/config/ipblocklist/7/ipblocklist.inc @@ -4,7 +4,7 @@ /* ========================================================================== */ /* ipblocklist.inc - Copyright (C) 2010 Tom Schaefer + Copyright (C) 2011 Tom Schaefer All rights reserved. */ /* ========================================================================== */ @@ -60,6 +60,7 @@ function php_install_command_ip() //rename PHP files from .tmp to .php + exec("cp /tmp/lists.txt /usr/local/www/packages/ipblocklist/lists.txt"); exec("cp /tmp/class.phpmailer.tmp /usr/local/www/packages/ipblocklist/class.phpmailer.php"); unlink_if_exists("/tmp/class.phpmailer.tmp "); exec("cp /tmp/class.smtp.tmp /usr/local/www/packages/ipblocklist/class.smtp.php"); -- cgit v1.2.3