aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_rulesets.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-07-22 19:36:37 +0000
committerErmal <eri@pfsense.org>2012-07-22 19:36:37 +0000
commitabc83e8fab4319755ede79ac19973de35dfb6c35 (patch)
treefa48726fdb707f09130973086fb65ed8d3385b30 /config/snort/snort_rulesets.php
parent642cf967064fe8b7f29b393cd637d717eb661b41 (diff)
downloadpfsense-packages-abc83e8fab4319755ede79ac19973de35dfb6c35.tar.gz
pfsense-packages-abc83e8fab4319755ede79ac19973de35dfb6c35.tar.bz2
pfsense-packages-abc83e8fab4319755ede79ac19973de35dfb6c35.zip
Rename Server to Variables since thats what it is
Diffstat (limited to 'config/snort/snort_rulesets.php')
-rw-r--r--config/snort/snort_rulesets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_rulesets.php b/config/snort/snort_rulesets.php
index d9f35f69..5434470e 100644
--- a/config/snort/snort_rulesets.php
+++ b/config/snort/snort_rulesets.php
@@ -187,7 +187,7 @@ if ($savemsg) {
$tab_array[] = array(gettext("If Settings"), false, "/snort/snort_interfaces_edit.php?id={$id}");
$tab_array[] = array(gettext("Categories"), true, "/snort/snort_rulesets.php?id={$id}");
$tab_array[] = array(gettext("Rules"), false, "/snort/snort_rules.php?id={$id}");
- $tab_array[] = array(gettext("Servers"), false, "/snort/snort_define_servers.php?id={$id}");
+ $tab_array[] = array(gettext("Variables"), false, "/snort/snort_define_servers.php?id={$id}");
$tab_array[] = array(gettext("Preprocessors"), false, "/snort/snort_preprocessors.php?id={$id}");
$tab_array[] = array(gettext("Barnyard2"), false, "/snort/snort_barnyard.php?id={$id}");
display_top_tabs($tab_array);