summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-12-22 14:02:35 +0000
committerErmal <eri@pfsense.org>2010-12-22 14:02:35 +0000
commit0d86d650183febdd57c89d6fe1fe6c76eebee838 (patch)
treecbdaf04deb7ec8bc7abc65bc00ad76389dec368c /usr/local/www/status_rrd_graph.php
parent475c1932c3158a4e9ca718ae3ba2a2eee739ef61 (diff)
downloadpfsense-0d86d650183febdd57c89d6fe1fe6c76eebee838.zip
pfsense-0d86d650183febdd57c89d6fe1fe6c76eebee838.tar.gz
Remove extra (. Reported-by: http://forum.pfsense.org/index.php/topic,31246.msg161929.html#msg161929
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 b18b37f..56b7413 100755
--- a/usr/local/www/status_rrd_graph.php
+++ b/usr/local/www/status_rrd_graph.php
@@ -240,7 +240,7 @@ function get_dates($curperiod, $graph) {
break;
}
$start = mktime($houroffset, 0, 0, $curmonth, $curday, $curyear);
- if(($offset != 0) {
+ if($offset != 0) {
$end = mktime(($houroffset + 8), 0, 0, $curmonth, $curday, $curyear);
}
break;
OpenPOWER on IntegriCloud