HomePhorge

D25632

Fix PHP 8.1 "preg_match(null)" exception for missing Content-Type
Author: aklapper
Summary: When the `Content-Type` HTTP header is empty or missing, `null` is passed to `preg_match()` which is deprecated…