unraid / webgui

Unraid Web UI
158 stars 70 forks source link

dynamix/include/SysDevs.php: fix PHP warnings #1854

Closed desertwitch closed 1 month ago

desertwitch commented 1 month ago

tests for exec-returned variable/line existence before usage. fixes PHP warnings on "System Devices" page encountered under some circumstances:

PHP Warning:  Undefined array key 0 in /usr/local/emhttp/plugins/dynamix/include/SysDevs.php on line 94
PHP Deprecated:  preg_match_all(): Passing null to parameter #2 ($subject) of type string is deprecated in /usr/local/emhttp/plugins/dynamix/include/SysDevs.php on line 94

-- Rysz

limetech commented 1 month ago

thx!