From 78a80023ff302c88ed369bb0c309bec5496d5424 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 22 Jan 2005 03:27:49 +0000 Subject: Add queues counter status. --- usr/local/www/status.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr/local/www/status.php') diff --git a/usr/local/www/status.php b/usr/local/www/status.php index 04adb74..0f4b83b 100755 --- a/usr/local/www/status.php +++ b/usr/local/www/status.php @@ -93,7 +93,8 @@ defCmdT("pfctl -sr", "/sbin/pfctl -sr"); defCmdT("pfctl -ss", "/sbin/pfctl -ss"); defCmdT("pfctl -si", "/sbin/pfctl -si"); defCmdT("pfctl -sa"," /sbin/pfctl -sa"); -defCmdT("pfctl -s rules -v"," /sbin/pfctl -s rules -v"); +defCmdT("pfctl -s rules -v","/sbin/pfctl -s rules -v"); +defCmdT("pfctl -s queue -v","/sbin/pfctl -s queue -v"); defCmdT("resolv.conf","cat /etc/resolv.conf"); -- cgit v1.1