aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_help_info.php
diff options
context:
space:
mode:
authorrobiscool <robrob2626@yahoo.com>2010-04-27 23:15:56 -0700
committerrobiscool <robrob2626@yahoo.com>2010-04-27 23:16:44 -0700
commit20ded7753eba0d96560e715a0b07c38e6dbf8a07 (patch)
treed6e51be135db4c1f9ce79a296360f2037f64bb2d /config/snort/snort_help_info.php
parent0e246330ee7178450c588901a4ae362c6e21aa9e (diff)
downloadpfsense-packages-20ded7753eba0d96560e715a0b07c38e6dbf8a07.tar.gz
pfsense-packages-20ded7753eba0d96560e715a0b07c38e6dbf8a07.tar.bz2
pfsense-packages-20ded7753eba0d96560e715a0b07c38e6dbf8a07.zip
snort, add suppress tab, fix javascript on pfsense 2.0
Diffstat (limited to 'config/snort/snort_help_info.php')
-rw-r--r--config/snort/snort_help_info.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/snort/snort_help_info.php b/config/snort/snort_help_info.php
index 4c795b6d..62a15e06 100644
--- a/config/snort/snort_help_info.php
+++ b/config/snort/snort_help_info.php
@@ -87,6 +87,7 @@ clear: both;
$tab_array[] = array("Alerts", false, "/snort/snort_alerts.php");
$tab_array[] = array("Blocked", false, "/snort/snort_blocked.php");
$tab_array[] = array("Whitelists", false, "/snort/snort_interfaces_whitelist.php");
+ $tab_array[] = array("Suppress", false, "/snort/snort_interfaces_suppress.php");
$tab_array[] = array("Help", true, "/snort/snort_help_info.php");
display_top_tabs($tab_array);
?>