diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2015-07-03 14:06:58 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2015-07-03 14:06:58 -0400 |
commit | 710e7984a4b90ca30e3daa6a6f54202e0cbb1e9f (patch) | |
tree | 5413b13c29211d8bac137f272e3807bcbdcebacd | |
parent | 2c68b4b20bc0709ec485f0292648b50aff3ad098 (diff) | |
download | pfsense-packages-710e7984a4b90ca30e3daa6a6f54202e0cbb1e9f.tar.gz pfsense-packages-710e7984a4b90ca30e3daa6a6f54202e0cbb1e9f.tar.bz2 pfsense-packages-710e7984a4b90ca30e3daa6a6f54202e0cbb1e9f.zip |
Show Snort binary version on package home screen.
-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"); ?> |