diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-09 20:31:12 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-09 20:31:12 -0400 |
commit | 34e693830e1f23b122b680c3e6abfee51df48e2e (patch) | |
tree | d4e6a38756e64f7a3e16851230fca7a0d0f6454d /config/snort/snort_preprocessors.php | |
parent | 52cbc379189f48a8f456d05a46b59646c93eba01 (diff) | |
download | pfsense-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_preprocessors.php')
-rwxr-xr-x | config/snort/snort_preprocessors.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/snort/snort_preprocessors.php b/config/snort/snort_preprocessors.php index 133c0513..2d852d7f 100755 --- a/config/snort/snort_preprocessors.php +++ b/config/snort/snort_preprocessors.php @@ -650,7 +650,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); echo '</td></tr>'; echo '<tr><td>'; |