mirror of
https://github.com/unraid/webgui.git
synced 2026-05-21 05:39:37 -05:00
d3b08826ea5c33a1a39a7fe12d63d6c4be1f7d1c
This was because code was testing for empty (blank) line like this: if (!$line) continue; but a line consisting of string "0" will also be skipped. Solution: get rid of that line, not needed anyway.
Description
Unraid Web UI
Languages
JavaScript
50.8%
PHP
32.6%
Shell
8.5%
CSS
5.6%
HTML
2.1%
Other
0.3%