HomePhorge

D25868

Fix PHP 8.1 "preg_match(null)" exception for missing User-Agent HTTP Header
Author: aklapper
Summary: Passing `null` to `preg_match()` is deprecated behavior since PHP 8.1. Some clients do not pass a `User-Agent` HTTP…