HomePhorge

D25198

Fix PHP 8.1 "ltrim(null)" exception which blocks rendering five applications' Configure pages
Author: aklapper
Summary: Since PHP 8.1, passing a null string to `ltrim(string $string, string $characters)` is deprecated. Thus do not checkā€¦