eldy / AWStats

AWStats Log Analyzer project (official sources)
https://www.awstats.org
376 stars 120 forks source link

Fix "Illegal division by zero" error. #64

Closed avian2 closed 5 years ago

avian2 commented 7 years ago

This is a proposed fix for issue #15.

$Totalh (total hits) is zero when you have downloads with only 206 hits. This commit adds a check for this case to the if around the pie chart code (the chart is skipped in this case).

Oxicode commented 7 years ago

+1

Oxicode commented 7 years ago

cc @eldy