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