From 42a8e0c4d1f24a546f78fdd372be63e576ce3b2f Mon Sep 17 00:00:00 2001 From: bmeeks8 Date: Fri, 12 Sep 2014 12:15:14 -0400 Subject: Add new LOG MGMT tab to all other tab pages. --- config/snort/snort_rulesets.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/snort/snort_rulesets.php') diff --git a/config/snort/snort_rulesets.php b/config/snort/snort_rulesets.php index ab77d17f..c4208628 100755 --- a/config/snort/snort_rulesets.php +++ b/config/snort/snort_rulesets.php @@ -269,7 +269,8 @@ if ($savemsg) { $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("SID Mgmt"), false, "/snort/snort_sid_mgmt.php"); - $tab_array[9] = array(gettext("Sync"), false, "/pkg_edit.php?xml=snort/snort_sync.xml"); + $tab_array[9] = array(gettext("Log Mgmt"), false, "/snort/snort_log_mgmt.php"); + $tab_array[10] = array(gettext("Sync"), false, "/pkg_edit.php?xml=snort/snort_sync.xml"); display_top_tabs($tab_array, true); echo ''; echo ''; -- cgit v1.2.3