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

Warning in /includes/vnstat.php on line 136 #55

Closed Schaukelpferd closed 3 years ago

Schaukelpferd commented 3 years ago

There is warning as below:

Warning: Use of undefined constant sortingFunction - assumed 'sortingFunction' (this will throw an Error in a future version of PHP) in /var/www/html/vnstat2/includes/vnstat.php on line 136

I have fixed it using apostrophes around 'sortingFunction'. But I am not sure if I am right. And I am anxious about the "this will throw an Error in a future version of PHP".

Schaukelpferd commented 3 years ago

Solved in version https://github.com/tomangert/vnstat-dashboard

Sorry for false alarm.