* actually increment $i so it does not fail after two RRDs

* actually increment $i so it does not fail after two RRDs

*  actually increment $i so it does not fail after two RRDs

*  actually increment $i so it does not fail after two RRDs

* doh! got over zelous when adding $i++;... this did not need it

* doh! remove overzerlously added $i++;

* doh! remove this $i++; as well
This commit is contained in:
VVelox
2017-03-07 07:56:09 -06:00
committed by Neil Lathwood
parent 52313564cb
commit 97dc50d3e1

View File

@@ -35,7 +35,7 @@ foreach ($rrd_list as $rrd) {
$colour = $config['graph_colours'][$colours][$colour_iter];
$colour_iter++;
}
$i++;
$ds = $rrd['ds'];
$filename = $rrd['filename'];