aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_rules.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/snort/snort_rules.php')
-rw-r--r--config/snort/snort_rules.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/snort/snort_rules.php b/config/snort/snort_rules.php
index e9276ecf..76413727 100644
--- a/config/snort/snort_rules.php
+++ b/config/snort/snort_rules.php
@@ -298,8 +298,10 @@ function go()
$tab_array[] = array(gettext("Update Rules"), false, "/snort_download_rules.php");
$tab_array[] = array(gettext("Categories"), false, "/snort_rulesets.php");
$tab_array[] = array(gettext("Rules"), true, "/snort_rules.php");
+ $tab_array[] = array(gettext("Servers"), false, "/pkg_edit.php?xml=snort_define_servers.xml&id=0");
$tab_array[] = array(gettext("Blocked"), false, "/snort_blocked.php");
$tab_array[] = array(gettext("Whitelist"), false, "/pkg.php?xml=snort_whitelist.xml");
+ $tab_array[] = array(gettext("Threshold"), false, "/pkg.php?xml=snort_threshold.xml");
$tab_array[] = array(gettext("Alerts"), false, "/snort_alerts.php");
$tab_array[] = array(gettext("Advanced"), false, "/pkg_edit.php?xml=snort_advanced.xml&id=0");
display_top_tabs($tab_array);