Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix infinite loop in vnstat.php #30

Merged
merged 1 commit into from
Feb 8, 2016
Merged

Fix infinite loop in vnstat.php #30

merged 1 commit into from
Feb 8, 2016

Commits on Jan 31, 2016

  1. Fix infinite loop in vnstat.php

    `popen()` can return `false` (something went wrong) or `null` (e.g. `popen()` is disabled), what results in a infinite loop when executing `while (!feof($fd) {}`
    PhrozenByte committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    5127a2f View commit details
    Browse the repository at this point in the history