aboutsummaryrefslogtreecommitdiffstats
path: root/config/suricata/suricata_alerts.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2014-03-04 20:14:08 -0500
committerbmeeks8 <bmeeks8@bellsouth.net>2014-03-04 20:14:08 -0500
commita0b0e148eaf46486906888b497640300f5c34875 (patch)
treea12e342cbb4a06385e120965be58839b7d3b72e0 /config/suricata/suricata_alerts.php
parent15cdf2213efa54130a0962d5a22d30df7cc0cefe (diff)
downloadpfsense-packages-a0b0e148eaf46486906888b497640300f5c34875.tar.gz
pfsense-packages-a0b0e148eaf46486906888b497640300f5c34875.tar.bz2
pfsense-packages-a0b0e148eaf46486906888b497640300f5c34875.zip
Change missed $_GET to $_POST in save message.
Diffstat (limited to 'config/suricata/suricata_alerts.php')
-rw-r--r--config/suricata/suricata_alerts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/suricata/suricata_alerts.php b/config/suricata/suricata_alerts.php
index 3b135f32..29002251 100644
--- a/config/suricata/suricata_alerts.php
+++ b/config/suricata/suricata_alerts.php
@@ -186,7 +186,7 @@ if (($_POST['addsuppress_srcip'] || $_POST['addsuppress_dstip'] || $_POST['addsu
$suppress = "suppress gen_id {$_POST['gen_id']}, sig_id {$_POST['sidid']}\n";
else
$suppress = "#{$_POST['descr']}\nsuppress gen_id {$_POST['gen_id']}, sig_id {$_POST['sidid']}\n";
- $success = gettext("An entry for 'suppress gen_id {$_GET['gen_id']}, sig_id {$_GET['sidid']}' has been added to the Suppress List.");
+ $success = gettext("An entry for 'suppress gen_id {$_POST['gen_id']}, sig_id {$_POST['sidid']}' has been added to the Suppress List.");
break;
case "by_src":
case "by_dst":