summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph_img.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-12-30 20:35:12 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-12-30 20:35:12 +0000
commitb03494e43753faacf3a14ebe2372111f0084f07b (patch)
tree190b974b1060d61e74794271e77c6b34a23c7010 /usr/local/www/status_rrd_graph_img.php
parent3d24c1a1a07990b4317c554bf58a80a259083d20 (diff)
downloadpfsense-b03494e43753faacf3a14ebe2372111f0084f07b.zip
pfsense-b03494e43753faacf3a14ebe2372111f0084f07b.tar.gz
Remove stray '
Diffstat (limited to 'usr/local/www/status_rrd_graph_img.php')
-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 929c9d5..b42c9bb 100644
--- a/usr/local/www/status_rrd_graph_img.php
+++ b/usr/local/www/status_rrd_graph_img.php
@@ -443,7 +443,7 @@ elseif((strstr($curdatabase, "-states.rrd")) && (file_exists("$rrddbpath$curdata
$graphcmd .= "GPRINT:\"$curif-pfnat:MIN:%7.2lf %s \" ";
$graphcmd .= "GPRINT:\"$curif-pfnat:AVERAGE:%7.2lf %s \" ";
$graphcmd .= "GPRINT:\"$curif-pfnat:MAX:%7.2lf %s \" ";
- $graphcmd .= "GPRINT:\"$curif-pfnat:LAST:'%7.2lf %s \" ";
+ $graphcmd .= "GPRINT:\"$curif-pfnat:LAST:%7.2lf %s \" ";
$graphcmd .= "COMMENT:\"\\n\" ";
$graphcmd .= "COMMENT:\"Source addr. \" ";
$graphcmd .= "GPRINT:\"$curif-srcip:MIN:%7.2lf %s \" ";
OpenPOWER on IntegriCloud