Use X-REQUEST-ID for Error pages

This commit is contained in:
Philipp Holzer 2022-12-26 21:17:32 +01:00
commit 4f1bb0d274
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
55 changed files with 218 additions and 130 deletions

View file

@ -273,5 +273,10 @@ return [
],
\Psr\Clock\ClockInterface::class => [
'instanceOf' => Util\Clock\SystemClock::class
]
],
\Friendica\Module\Special\HTTPException::class => [
'constructParams' => [
$_SERVER
],
],
];