HomePhorge

D25250

Fix PHP 8.1 null exceptions which block rendering tab panels on dashboards
Author: aklapper
Summary: Passing null as input strings to `substr()` and `preg_match()` is deprecated in PHP 8. Thus do not call `substr()` when…