summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_dump_states_sources.php
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-02-13 15:30:08 -0500
committerSteve Beaver <sbeaver@netgate.com>2017-02-13 15:30:08 -0500
commit7f4268b62ddfb259e437dd0cb85fa41f5e98dff0 (patch)
tree0c73dfca4376a835f53886dab512b88905715f39 /src/usr/local/www/diag_dump_states_sources.php
parent84147b7ba599508d9ac089a28664145860dba8e5 (diff)
downloadpfsense-7f4268b62ddfb259e437dd0cb85fa41f5e98dff0.zip
pfsense-7f4268b62ddfb259e437dd0cb85fa41f5e98dff0.tar.gz
Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - Diagnostics
Diffstat (limited to 'src/usr/local/www/diag_dump_states_sources.php')
-rw-r--r--src/usr/local/www/diag_dump_states_sources.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_dump_states_sources.php b/src/usr/local/www/diag_dump_states_sources.php
index e48b7e3..b5c7b39 100644
--- a/src/usr/local/www/diag_dump_states_sources.php
+++ b/src/usr/local/www/diag_dump_states_sources.php
@@ -44,7 +44,7 @@ if ($_POST['action']) {
/* get our states */
if ($_POST['filter']) {
- exec("/sbin/pfctl -s Sources | grep " . escapeshellarg(htmlspecialchars($_GET['filter'])), $sources);
+ exec("/sbin/pfctl -s Sources | grep " . escapeshellarg(htmlspecialchars($_POST['filter'])), $sources);
} else {
exec("/sbin/pfctl -s Sources", $sources);
}
OpenPOWER on IntegriCloud