summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-06 04:54:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-06 04:54:26 +0000
commit107eb8b060b45fb01f9cfe63ca9693f8a485031c (patch)
tree024c8c5ca27f667e6560b85c66c398a2e78a2b1b /usr/local/www/firewall_shaper_queues.php
parente90bc39f6b6b47f058c71605747d577b5381239d (diff)
downloadpfsense-107eb8b060b45fb01f9cfe63ca9693f8a485031c.zip
pfsense-107eb8b060b45fb01f9cfe63ca9693f8a485031c.tar.gz
Meta refresh every 40 * 5 seconds
Diffstat (limited to 'usr/local/www/firewall_shaper_queues.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php
index 4f0adf9..2141706 100755
--- a/usr/local/www/firewall_shaper_queues.php
+++ b/usr/local/www/firewall_shaper_queues.php
@@ -170,7 +170,7 @@ if ($_GET['act'] == "del") {
echo "<img src='bar_blue.gif' height='15' name='queue{$i}widtha' id='queue{$i}widtha' width='" . $cpuUsage . "' border='0' align='absmiddle'>";
echo "<img src='bar_gray.gif' height='15' name='queue{$i}widthb' id='queue{$i}widthb' width='" . (100 - $cpuUsage) . "' border='0' align='absmiddle'>";
echo "<nobr><img src='bar_right.gif' height='15' width='5' border='0' align='absmiddle'> ";
- echo "<input style='border: 0px solid white; background-color:#990000; color:#FFFFFF;' size='25' name='queue{$i}meter' id='queue{$i}meter' value='{$cpuUsage}'></nobr>";
+ echo "<input style='border: 0px solid white; background-color:#990000; color:#FFFFFF;' size='25' name='queue{$i}meter' id='queue{$i}meter' value='( Loading )'></nobr>";
?>
</td>
@@ -243,7 +243,7 @@ While(!Connection_Aborted()) {
* firefox and ie can be a bear on ram usage!
*/
$counter++;
- if($counter > 20) {
+ if($counter > 40) {
echo "Redirecting to <a href=\"firewall_shaper_queues.php\">Firewall Shaper Queues</a>.<p>";
echo "<meta http-equiv=\"refresh\" content=\"1;url=firewall_shaper_queues.php\">";
mwexec("/usr/bin/killall -9 pfctl");
OpenPOWER on IntegriCloud