diff options
author | Tom Schaefer <tom@tomschaefer.org> | 2010-10-06 01:50:20 -0400 |
---|---|---|
committer | Tom Schaefer <tom@tomschaefer.org> | 2010-10-06 01:50:20 -0400 |
commit | 2f813641d14c2bd5fdc7a8b789ac61f83ba0857a (patch) | |
tree | 3a64df572cc5156c1ee123de9dfe4011318ab3d2 /config/countryblock/countryblock.tmp | |
parent | c01d3baba7d098f7f46a43dd1ec732e8196c4095 (diff) | |
download | pfsense-packages-2f813641d14c2bd5fdc7a8b789ac61f83ba0857a.tar.gz pfsense-packages-2f813641d14c2bd5fdc7a8b789ac61f83ba0857a.tar.bz2 pfsense-packages-2f813641d14c2bd5fdc7a8b789ac61f83ba0857a.zip |
ver1.8 email notifications and new cron script
Diffstat (limited to 'config/countryblock/countryblock.tmp')
-rwxr-xr-x | config/countryblock/countryblock.tmp | 5 |
1 files changed, 4 insertions, 1 deletions
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); ?> </td></tr> @@ -301,7 +304,7 @@ background-color: #F3F3F3; ?> - of 246 selected. </h3><input type="checkbox" name="checkall" onclick="checkUncheckAll(this);"/>select/unselect + of 246 selected. </h3><input type="checkbox" name="checkall" onClick="checkUncheckAll(this);"/>select/unselect <br/> |