From 555d3758fc55949578658bf81123f8ffc614c606 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 3 Apr 2006 21:05:06 +0000 Subject: MFC s/PHP_SELF/SCRIPT_NAME/ - PHP_SELF == "" for some reason with lighty --- usr/local/www/status_queues.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local/www/status_queues.php') diff --git a/usr/local/www/status_queues.php b/usr/local/www/status_queues.php index 188bd38..6078a9e 100755 --- a/usr/local/www/status_queues.php +++ b/usr/local/www/status_queues.php @@ -111,7 +111,7 @@ if(!isset($config['shaper']['enable'])) {
Reset queues if they do not load. - + @@ -172,7 +172,7 @@ While(!Connection_Aborted()) { $counter++; if($counter > 40) { echo "Redirecting to Queue Status.

"; - echo ""; + echo ""; mwexec("/usr/bin/killall pfctl"); mwexec("/usr/bin/killall pfctl"); exit; -- cgit v1.1