alexandermarston / vnstat-dashboard

A responsive web UI to view network traffic statistics provided by vnStat (with support for version 2.x)
https://alexandermarston.github.io/vnstat-dashboard/
142 stars 60 forks source link

Fixed infinite loop #24

Closed WarriorXK closed 5 years ago

WarriorXK commented 5 years ago

This fixes an infinite loop which occurred on my server when calling the kbytesToString method in the following manner:

var_dump(kbytesToString(84021969, true, 'TB'));

It also adds support for petabyte and exabyte measurements (Not that anyone will reach it)

alexandermarston commented 5 years ago

This function is no longer in use and has been removed, therefore the PR isn't required.