aboutsummaryrefslogtreecommitdiffstats
path: root/config/suricata/suricata_interfaces.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2015-07-22 22:23:09 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2015-07-22 22:23:09 -0400
commit850c160b28720cae3e94c58d5a4d137a11076c35 (patch)
tree9419b0aba50eaa424a8bcaab88a1fd42a816a220 /config/suricata/suricata_interfaces.php
parent066ca0c244b349aff2dea6bf8d896bd6c83febbc (diff)
downloadpfsense-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.php3
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");
?>