g613 / asterisk-cdr-viewer

Simple and fast viewer for asterisk CDRs / recordings
54 stars 33 forks source link

Division by zero in index.php #38

Closed Zeratyl06 closed 5 years ago

Zeratyl06 commented 5 years ago

Hi! I often get this message in php log:

"PHP message: PHP Warning: Division by zero in asterisk-cdr-viewer/index.php on line 757"

g613 commented 5 years ago

should be fixed in https://github.com/g613/asterisk-cdr-viewer/commit/343b06fa873bcbaf07be185ba41c2623c811772f

Zeratyl06 commented 5 years ago

Thank you!