aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort-dev/snort_blocked.php
diff options
context:
space:
mode:
authorrobiscool <robrob2626@yahoo.com>2009-12-19 17:42:34 -0800
committerrobiscool <robrob2626@yahoo.com>2009-12-19 17:43:42 -0800
commitf7a21ec39534b14fe3eb49f8925395ccb999ad12 (patch)
tree9e13f3d8c496e70440bd8b4eca45d14d7435ebbb /config/snort-dev/snort_blocked.php
parentd3f4d86e26aa297416e85a8e99dd926e7e3a78af (diff)
downloadpfsense-packages-f7a21ec39534b14fe3eb49f8925395ccb999ad12.tar.gz
pfsense-packages-f7a21ec39534b14fe3eb49f8925395ccb999ad12.tar.bz2
pfsense-packages-f7a21ec39534b14fe3eb49f8925395ccb999ad12.zip
snort-dev, add ajax alerts tab
Diffstat (limited to 'config/snort-dev/snort_blocked.php')
-rw-r--r--config/snort-dev/snort_blocked.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort-dev/snort_blocked.php b/config/snort-dev/snort_blocked.php
index b7e92395..182d60d3 100644
--- a/config/snort-dev/snort_blocked.php
+++ b/config/snort-dev/snort_blocked.php
@@ -133,7 +133,7 @@ $blockedtab_msg_chk = $config['installedpackages']['snortglobal']['rm_blocked'];
exec('/sbin/pfctl -t snort2c -T show > /tmp/snort_block.cache');
sleep(1);
$ips_array = file('/tmp/snort_block.cache');
- // $ips_array = split("\n", $ips);
+ //$ips_array = split("\n", $ips);
$counter = 0;
foreach($ips_array as $ip) {
if(!$ip)