Move force_ssl behavior

This commit is contained in:
Philipp 2023-02-18 20:47:52 +01:00
parent dbb7022ca5
commit 402d45d490
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
2 changed files with 9 additions and 5 deletions

View file

@ -48,5 +48,6 @@ $a->runFrontend(
$dice->create(\Friendica\Content\Nav::class),
$dice->create(Friendica\Module\Special\HTTPException::class),
new \Friendica\Util\HTTPInputData($_SERVER),
$start_time
$start_time,
$_SERVER
);