diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2015-07-22 22:23:09 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2015-07-22 22:23:09 -0400 |
commit | 850c160b28720cae3e94c58d5a4d137a11076c35 (patch) | |
tree | 9419b0aba50eaa424a8bcaab88a1fd42a816a220 /config/suricata/suricata_interfaces.php | |
parent | 066ca0c244b349aff2dea6bf8d896bd6c83febbc (diff) | |
download | pfsense-packages-850c160b28720cae3e94c58d5a4d137a11076c35.tar.gz pfsense-packages-850c160b28720cae3e94c58d5a4d137a11076c35.tar.bz2 pfsense-packages-850c160b28720cae3e94c58d5a4d137a11076c35.zip |
Show Suricata binary version on package home page.
Diffstat (limited to 'config/suricata/suricata_interfaces.php')
-rw-r--r-- | config/suricata/suricata_interfaces.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/suricata/suricata_interfaces.php b/config/suricata/suricata_interfaces.php index e996a24f..39291803 100644 --- a/config/suricata/suricata_interfaces.php +++ b/config/suricata/suricata_interfaces.php @@ -145,8 +145,9 @@ if ($_POST['toggle']) { header("Location: /suricata/suricata_interfaces.php"); exit; } +$suri_bin_ver = SURICATA_BIN_VERSION; $suri_pkg_ver = SURICATA_PKG_VER; -$pgtitle = "Services: {$suri_pkg_ver} - Intrusion Detection System"; +$pgtitle = "Services: Suricata {$suri_bin_ver} pkg v{$suri_pkg_ver} - Intrusion Detection System"; include_once("head.inc"); ?> |