summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-08-16 15:13:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-08-16 15:13:05 +0000
commitef278e47d85822999ea744272d00ea5af9cae06a (patch)
tree128511b640f33c81430d989615a4373c451819fb /usr/local/www/status.php
parent471bdc1422195bc99af87e8910ff8ac35f65b1d7 (diff)
downloadpfsense-ef278e47d85822999ea744272d00ea5af9cae06a.zip
pfsense-ef278e47d85822999ea744272d00ea5af9cae06a.tar.gz
Do not loop forver.
Ticket #1078
Diffstat (limited to 'usr/local/www/status.php')
-rwxr-xr-xusr/local/www/status.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/status.php b/usr/local/www/status.php
index f33e171..8245a3f 100755
--- a/usr/local/www/status.php
+++ b/usr/local/www/status.php
@@ -104,12 +104,12 @@ defCmdT("pfctl -ss", "/sbin/pfctl -ss");
defCmdT("pfctl -si", "/sbin/pfctl -si");
defCmdT("pfctl -sa"," /sbin/pfctl -sa");
defCmdT("pfctl -s rules -vv","/sbin/pfctl -s rules -vv");
-defCmdT("pfctl -s queue -vv","/sbin/pfctl -s queue -vv");
-defCmdT("pfctl -s queue -vv","/sbin/pfctl -s nat -vv");
+defCmdT("pfctl -s queue -v","/sbin/pfctl -s queue -v");
+defCmdT("pfctl -s queue -v","/sbin/pfctl -s nat -v");
defCmdT("pfctl -vsq","/sbin/pfctl -vsq");
-defCmdT("pfctl -vvs Tables","pfctl -vvs Tables");
+defCmdT("pfctl -vs Tables","pfctl -vs Tables");
defCmdT("Load Balancer","/sbin/pfctl -a slb -s nat");
OpenPOWER on IntegriCloud