From a11c626c5183164f5f6aa81e33931b3a5a55f046 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 21 Mar 2005 16:30:49 +0000 Subject: Now that we have a queue status page, remove the graphs from the queues page. --- usr/local/www/firewall_shaper_queues.php | 70 +------------------------------- 1 file changed, 1 insertion(+), 69 deletions(-) (limited to 'usr/local/www/firewall_shaper_queues.php') diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php index bea09e8..b5b4a23 100755 --- a/usr/local/www/firewall_shaper_queues.php +++ b/usr/local/www/firewall_shaper_queues.php @@ -164,16 +164,7 @@ if ($_GET['act'] == "del") { -  
-"; - echo ""; - echo ""; - echo " "; - echo ""; -?> - +     @@ -197,62 +188,3 @@ if ($_GET['act'] == "del") { - - 1) { - mwexec("/usr/bin/killall -9 pfctl php"); - exit; - } - - $stat_line_split = split("\|", $stats_line); - $packet_sampled = intval($stat_line_split[2]); - $speed = $stat_line_split[1]; - $borrows = intval($stat_line_split[3]); - - echo "\n"; - $i++; - } - - /* - * prevent user from running out of ram. - * firefox and ie can be a bear on ram usage! - */ - $counter++; - if($counter > 40) { - echo "Redirecting to Firewall Shaper Queues.

"; - echo ""; - mwexec("/usr/bin/killall -9 pfctl"); - exit; - } -} - -mwexec("/usr/bin/killall -9 pfctl php"); - -?> -- cgit v1.1