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

--dumpdb not longer supported! #57

Open Gill-Bates opened 2 years ago

Gill-Bates commented 2 years ago

Since vntstat Version 2.0 (https://humdi.net/vnstat/CHANGES) the command in line 87 --dumpdb of file vnstat.php will not longer work:

$vnstatDS = popen("$path --dumpdb -i $interface", "r");