Closes #568, adds copyright information.

This commit is contained in:
James Brooks
2015-04-19 08:52:39 +01:00
parent dc139ef09f
commit 80e3d9167d
210 changed files with 1880 additions and 215 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
@foreach($metrics as $metric)
<?php
$points = range(1, 11);
foreach($points as $hour) {
foreach ($points as $hour) {
$points[$hour] = $metric->getValues($hour);
}
$points = array_reverse($points);