summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2007-12-28 11:53:04 +0000
committerSeth Mos <seth.mos@xs4all.nl>2007-12-28 11:53:04 +0000
commit3214bd9a4387d1bffca6d9da927e0762e1d5fe76 (patch)
tree57214b41a416664b531a6a7e43b8b680b7d7208b
parent8ea9996cd4e24abbd642649549b1591cd14fca83 (diff)
downloadpfsense-3214bd9a4387d1bffca6d9da927e0762e1d5fe76.zip
pfsense-3214bd9a4387d1bffca6d9da927e0762e1d5fe76.tar.gz
Use correct var
-rw-r--r--usr/local/www/status_rrd_graph_img.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php
index a3ef1a3..d07ec13 100644
--- a/usr/local/www/status_rrd_graph_img.php
+++ b/usr/local/www/status_rrd_graph_img.php
@@ -267,7 +267,7 @@ elseif(strstr($curdatabase, "-throughput.rrd")) {
$graphcmd .= "\"CDEF:tput-bytes_out_t={$graphtputbyo}{$operand}\" ";
$graphcmd .= "\"CDEF:tput-bytes_t={$graphtputbyt}{$operand}\" ";
$graphcmd .= "AREA:tput-in_bits#$colortrafficdown:in \\
- $AREA:tput-out_bits#$colortrafficup:out \\
+ $AREA:tput-out_bits_neg#$colortrafficup:out \\
COMMENT:\"\\n\"\\
COMMENT:\"\t\t maximum average current period\\n\"\\
COMMENT:\"in\t\"\\
OpenPOWER on IntegriCloud