diff options
author | Renato Botelho <garga@pfSense.org> | 2014-03-04 09:35:35 -0300 |
---|---|---|
committer | Renato Botelho <garga@pfSense.org> | 2014-03-04 09:35:35 -0300 |
commit | 5a0fbf342e705b268df4125e13bb6d4de8c07b24 (patch) | |
tree | f9557cf3623ada6c81b95268094917d5cc923f6b /config/suricata/widget-suricata.inc | |
parent | 4335125b656b1f00740c8c97b916c76aa62ff8c8 (diff) | |
parent | fde61fa3cafa4c850757d39a5c00eb631c080730 (diff) | |
download | pfsense-packages-5a0fbf342e705b268df4125e13bb6d4de8c07b24.tar.gz pfsense-packages-5a0fbf342e705b268df4125e13bb6d4de8c07b24.tar.bz2 pfsense-packages-5a0fbf342e705b268df4125e13bb6d4de8c07b24.zip |
Merge pull request #612 from bmeeks8/master
Update Suricata packge to v0.2-BETA -- bug fixes and several new features
Diffstat (limited to 'config/suricata/widget-suricata.inc')
-rw-r--r-- | config/suricata/widget-suricata.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/suricata/widget-suricata.inc b/config/suricata/widget-suricata.inc new file mode 100644 index 00000000..48424588 --- /dev/null +++ b/config/suricata/widget-suricata.inc @@ -0,0 +1,8 @@ +<?php +require_once("config.inc"); + +//set variable for custom title +$suricata_alerts_title = "Suricata Alerts"; +$suricata_alerts_title_link = "suricata/suricata_alerts.php"; + +?> |