aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_download_updates.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2013-12-11 05:40:16 -0800
committerErmal Luçi <eri@pfsense.org>2013-12-11 05:40:16 -0800
commitdf96cff4973bafa17872ea49a6f28e899be5ae7b (patch)
tree43d637356877dde9eea32bfed48ebefe24daa220 /config/snort/snort_download_updates.php
parent37adca57db41b835b80d8e9eea5545dd6cb694b1 (diff)
parent2049e3b947183f2913db222960a2e01ff334b3e9 (diff)
downloadpfsense-packages-df96cff4973bafa17872ea49a6f28e899be5ae7b.tar.gz
pfsense-packages-df96cff4973bafa17872ea49a6f28e899be5ae7b.tar.bz2
pfsense-packages-df96cff4973bafa17872ea49a6f28e899be5ae7b.zip
Merge pull request #552 from bmeeks8/master
Snort 2.9.5.5 pkg v3.0.0 update Merge this for now. Some issues needs to be fixed in between and alias handling is a bit to be rechecked throughly.
Diffstat (limited to 'config/snort/snort_download_updates.php')
-rwxr-xr-xconfig/snort/snort_download_updates.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_download_updates.php b/config/snort/snort_download_updates.php
index 09ab646a..1db5b6a0 100755
--- a/config/snort/snort_download_updates.php
+++ b/config/snort/snort_download_updates.php
@@ -96,7 +96,7 @@ $snort_rules_upd_logfile_chk = 'no';
if (file_exists("{$snort_rules_upd_log}"))
$snort_rules_upd_logfile_chk = 'yes';
-$pgtitle = "Services: Snort: Updates";
+$pgtitle = gettext("Snort: Updates");
include_once("head.inc");
?>