HomePhorge

D25254

Fix PHP 8.1 "explode(null)" exception which blocks rendering the Multimeter page
Author: aklapper
Summary: Passing null as an input string to explode() is deprecated in PHP 8. Thus first check via `phutil_nonempty_string()`…