Last 12 Months pie chart in lfd blocking statistics showing "last 30 days" data
Posted: 15 Mar 2016, 01:44
The Last 12 Months pie chart in lfd blocking statistics is showing the "last 30 days" data instead.
I think this might just be a copy/paste error in ServerStats.pm
I think that should be:
I've tested the fix on my own servers and it looks good to me.
I think this might just be a copy/paste error in ServerStats.pm
Code: Select all
$year_pie_graph->plot(\@hpiedata);
Code: Select all
$year_pie_graph->plot(\@ypiedata);