aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_blocked.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2014-09-09 20:31:12 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2014-09-09 20:31:12 -0400
commit34e693830e1f23b122b680c3e6abfee51df48e2e (patch)
treed4e6a38756e64f7a3e16851230fca7a0d0f6454d /config/snort/snort_blocked.php
parent52cbc379189f48a8f456d05a46b59646c93eba01 (diff)
downloadpfsense-packages-34e693830e1f23b122b680c3e6abfee51df48e2e.tar.gz
pfsense-packages-34e693830e1f23b122b680c3e6abfee51df48e2e.tar.bz2
pfsense-packages-34e693830e1f23b122b680c3e6abfee51df48e2e.zip
Add new SID MGMT tab to other tab pages.
Diffstat (limited to 'config/snort/snort_blocked.php')
-rw-r--r--config/snort/snort_blocked.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/snort/snort_blocked.php b/config/snort/snort_blocked.php
index 087724e3..2cac0d8a 100644
--- a/config/snort/snort_blocked.php
+++ b/config/snort/snort_blocked.php
@@ -183,7 +183,8 @@ if ($savemsg) {
$tab_array[5] = array(gettext("Pass Lists"), false, "/snort/snort_passlist.php");
$tab_array[6] = array(gettext("Suppress"), false, "/snort/snort_interfaces_suppress.php");
$tab_array[7] = array(gettext("IP Lists"), false, "/snort/snort_ip_list_mgmt.php");
- $tab_array[8] = array(gettext("Sync"), false, "/pkg_edit.php?xml=snort/snort_sync.xml");
+ $tab_array[8] = array(gettext("SID Mgmt"), false, "/snort/snort_sid_mgmt.php");
+ $tab_array[9] = array(gettext("Sync"), false, "/pkg_edit.php?xml=snort/snort_sync.xml");
display_top_tabs($tab_array, true);
?>
</td>