aboutsummaryrefslogtreecommitdiffstats
path: root/config/ipblocklist/7/ipblocklist.tmp
diff options
context:
space:
mode:
authorThomas Schaefer <tom@tomschaefer.org>2011-08-19 21:19:35 -0400
committerThomas Schaefer <tom@tomschaefer.org>2011-08-19 21:19:35 -0400
commit8178e1ac1da79249eec0fc42786be54b61959a8e (patch)
treef18969892c203483c64e1c6003d50a8d4521edca /config/ipblocklist/7/ipblocklist.tmp
parentcd151c1e3089329019742f890edec830e5aa20a8 (diff)
downloadpfsense-packages-8178e1ac1da79249eec0fc42786be54b61959a8e.tar.gz
pfsense-packages-8178e1ac1da79249eec0fc42786be54b61959a8e.tar.bz2
pfsense-packages-8178e1ac1da79249eec0fc42786be54b61959a8e.zip
Whitelists are persistent through reboots, logging stays checked, Removed old warning, added lvl1 list by default, and changed description
Diffstat (limited to 'config/ipblocklist/7/ipblocklist.tmp')
-rwxr-xr-xconfig/ipblocklist/7/ipblocklist.tmp22
1 files changed, 10 insertions, 12 deletions
diff --git a/config/ipblocklist/7/ipblocklist.tmp b/config/ipblocklist/7/ipblocklist.tmp
index 66d1c712..ffbfdc57 100755
--- a/config/ipblocklist/7/ipblocklist.tmp
+++ b/config/ipblocklist/7/ipblocklist.tmp
@@ -1,5 +1,5 @@
<?php
- //Version 3.3
+ //Version 3.4
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past
require_once('config.inc');
@@ -100,14 +100,14 @@ if(isset($_POST['formSubmit']))
{
- if(isset($_POST['formlogging']))
- {
- exec("/usr/bin/touch logging");
- }
- else
- {
- exec("/bin/rm logging");
- }
+ //if(isset($_POST['formlogging']))
+ //{
+ // exec("/usr/bin/touch logging");
+ //}
+ //else
+ //{
+ // exec("/bin/rm logging");
+ //}
}
?>
@@ -199,9 +199,7 @@ if(isset($_POST['formSubmit']))
<a href="http://iblocklist.whitacrecomputers.com/files/bt_level2.gz">Level2</a>,
<a href="http://iblocklist.whitacrecomputers.com/files/bt_level3.gz">Level3</a>)
<br/>
- Compressed lists should have .gz extention and follows PeerBlock syntax <br/>
-
- <br/><span style="color:red">Warning!</span> - Apply after firewall change or state reset. Use at your own risk.
+ Compressed lists should have .gz extention and follows PeerBlock syntax
<?php
echo "<br/><br/>Current Status = ";
ob_start();