aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2015-07-03 14:06:58 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2015-07-03 14:06:58 -0400
commit710e7984a4b90ca30e3daa6a6f54202e0cbb1e9f (patch)
tree5413b13c29211d8bac137f272e3807bcbdcebacd /config/snort
parent2c68b4b20bc0709ec485f0292648b50aff3ad098 (diff)
downloadpfsense-packages-710e7984a4b90ca30e3daa6a6f54202e0cbb1e9f.tar.gz
pfsense-packages-710e7984a4b90ca30e3daa6a6f54202e0cbb1e9f.tar.bz2
pfsense-packages-710e7984a4b90ca30e3daa6a6f54202e0cbb1e9f.zip
Show Snort binary version on package home screen.
Diffstat (limited to 'config/snort')
-rwxr-xr-xconfig/snort/snort_interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_interfaces.php b/config/snort/snort_interfaces.php
index 38471ef0..803c1491 100755
--- a/config/snort/snort_interfaces.php
+++ b/config/snort/snort_interfaces.php
@@ -125,7 +125,7 @@ if ($_POST['toggle'] && is_numericint($_POST['id'])) {
sleep(3); // So the GUI reports correctly
}
-$pgtitle = "Services: $snort_package_version";
+$pgtitle = "Services: Snort " . SNORT_BIN_VERSION . " pkg v{$config['installedpackages']['package'][get_pkg_id("snort")]['version']}";
include_once("head.inc");
?>