From 2f813641d14c2bd5fdc7a8b789ac61f83ba0857a Mon Sep 17 00:00:00 2001 From: Tom Schaefer Date: Wed, 6 Oct 2010 01:50:20 -0400 Subject: ver1.8 email notifications and new cron script --- config/countryblock/countryblock.tmp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config/countryblock/countryblock.tmp') diff --git a/config/countryblock/countryblock.tmp b/config/countryblock/countryblock.tmp index 48de3021..605b0d3a 100755 --- a/config/countryblock/countryblock.tmp +++ b/config/countryblock/countryblock.tmp @@ -51,6 +51,8 @@ if (count($_POST)>0) { mwexec("rm lists/temp"); //mwexec("touch lists/ipfw.ipfw"); //Now clear ipfw, and process each list to ipfw commands + //mwexec("pfctl -t countryblock -T kill"); + //mwexec("sed -i -e '/countryblock/d' /tmp/rules.debug"); mwexec("sh execute.sh"); } @@ -110,6 +112,7 @@ else { $tab_array[2] = array("Whitelist", false, "whitelist.php"); $tab_array[3] = array("Interfaces", false, "countryblock_if.php"); $tab_array[4] = array("Help", false, "help.php"); + $tab_array[5] = array("Email", false, "email.php"); display_top_tabs($tab_array); ?> @@ -301,7 +304,7 @@ background-color: #F3F3F3; ?> - of 246 selected. select/unselect + of 246 selected. select/unselect
-- cgit v1.2.3