summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-02-23 10:55:56 +0000
committerErmal Luçi <eri@pfsense.org>2008-02-23 10:55:56 +0000
commit34aa4cced5c4a8fc8cba07086ae06066c69de5f9 (patch)
tree9a64cdc9bcb37395c05b169b4d3262c79114732a /usr/local/www/status_rrd_graph.php
parent487ea892a05bc05bb027c196148cc06164cc4d8c (diff)
downloadpfsense-34aa4cced5c4a8fc8cba07086ae06066c69de5f9.zip
pfsense-34aa4cced5c4a8fc8cba07086ae06066c69de5f9.tar.gz
Fix typo
Diffstat (limited to 'usr/local/www/status_rrd_graph.php')
-rwxr-xr-xusr/local/www/status_rrd_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph.php b/usr/local/www/status_rrd_graph.php
index aeb03d6..45068fe 100755
--- a/usr/local/www/status_rrd_graph.php
+++ b/usr/local/www/status_rrd_graph.php
@@ -113,7 +113,7 @@ include("head.inc");
$tab_array[] = array("Quality", $tabactive, "status_rrd_graph.php?cat=quality");
if($curcat == "queues") { $tabactive = True; } else { $tabactive = False; }
$tab_array[] = array("Queues", $tabactive, "status_rrd_graph.php?cat=queues");
- if($curcat == "queuesdrop") { $tabactive = True; } else { $tabactive = False; }
+ if($curcat == "queuedrops") { $tabactive = True; } else { $tabactive = False; }
$tab_array[] = array("QueueDrops", $tabactive, "status_rrd_graph.php?cat=queuedrops");
if($curcat == "wireless") { $tabactive = True; } else { $tabactive = False; }
$tab_array[] = array("Wireless", $tabactive, "status_rrd_graph.php?cat=wireless");
OpenPOWER on IntegriCloud