diff options
author | Renato Botelho <renato@netgate.com> | 2015-07-15 13:42:22 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-07-15 13:42:22 -0300 |
commit | 2a323a0e26f769ad71ca75763fe88812d24c1acf (patch) | |
tree | f1f76faf0d824439bb88642b0d9e81ddbb2460a0 /config/snort/snort_interfaces.php | |
parent | d80e45e5c937c8b7c2571da35c5beab17b667f6d (diff) | |
parent | 4106c494cdc49668e23a4bae378edc69521468bb (diff) | |
download | pfsense-packages-2a323a0e26f769ad71ca75763fe88812d24c1acf.tar.gz pfsense-packages-2a323a0e26f769ad71ca75763fe88812d24c1acf.tar.bz2 pfsense-packages-2a323a0e26f769ad71ca75763fe88812d24c1acf.zip |
Merge pull request #900 from bmeeks8/snort-3.2.6
Diffstat (limited to 'config/snort/snort_interfaces.php')
-rwxr-xr-x | config/snort/snort_interfaces.php | 2 |
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"); ?> |