aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_rulesets.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/snort/snort_rulesets.php')
-rw-r--r--config/snort/snort_rulesets.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/snort/snort_rulesets.php b/config/snort/snort_rulesets.php
index 527dc712..4f16eadd 100644
--- a/config/snort/snort_rulesets.php
+++ b/config/snort/snort_rulesets.php
@@ -82,8 +82,10 @@ if(!$pgtitle_output)
$tab_array[] = array(gettext("Update Rules"), false, "/snort_download_rules.php");
$tab_array[] = array(gettext("Categories"), true, "/snort_rulesets.php");
$tab_array[] = array(gettext("Rules"), false, "/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);