summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/status_rrd_graph.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status_rrd_graph.php b/usr/local/www/status_rrd_graph.php
index 56b7413..c26663d 100755
--- a/usr/local/www/status_rrd_graph.php
+++ b/usr/local/www/status_rrd_graph.php
@@ -232,7 +232,7 @@ function get_dates($curperiod, $graph) {
$starthour = 0;
switch($offset) {
- case 0;
+ case 0:
$houroffset = $starthour;
break;
default:
@@ -251,7 +251,7 @@ function get_dates($curperiod, $graph) {
break;
case "week":
switch($offset) {
- case 0;
+ case 0:
$weekoffset = 0;
break;
default:
OpenPOWER on IntegriCloud