summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dump_states.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2008-05-17 18:19:13 +0000
committerBill Marquette <billm@pfsense.org>2008-05-17 18:19:13 +0000
commit703984cddad1ee59a6c5361b0f79b87ddf0af5fa (patch)
tree8d14c4f2d71dec4a993416820d9084bf342f66ca /usr/local/www/diag_dump_states.php
parente8d93059c13e9166734bbf7c8fdb279c4deddd2a (diff)
downloadpfsense-703984cddad1ee59a6c5361b0f79b87ddf0af5fa.zip
pfsense-703984cddad1ee59a6c5361b0f79b87ddf0af5fa.tar.gz
rm dead code
Diffstat (limited to 'usr/local/www/diag_dump_states.php')
-rwxr-xr-xusr/local/www/diag_dump_states.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/diag_dump_states.php b/usr/local/www/diag_dump_states.php
index 2b3035f..5202e05 100755
--- a/usr/local/www/diag_dump_states.php
+++ b/usr/local/www/diag_dump_states.php
@@ -46,7 +46,6 @@ if($_GET['action']) {
/* get our states */
if($_GET['filter']) {
- $filter = escapeshellarg($_GET['filter']);
exec("/sbin/pfctl -s state | grep " . escapeshellarg($_GET['filter']), $states);
}
else {
OpenPOWER on IntegriCloud