X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=fa4c91aa3659241227b7e5cbdb9a23346789d84d;hb=ab77f48b8b4966dc96c97215b4781d9fb32e61a7;hp=95a1306b392dc032e81b71ed97886999230b976d;hpb=5aad46c7fb2b66d63ad93d92ee355fc522b57be1;p=friendica.git diff --git a/index.php b/index.php index 95a1306b39..fa4c91aa36 100644 --- a/index.php +++ b/index.php @@ -45,5 +45,6 @@ $a->runFrontend( $dice->create(\Friendica\Core\PConfig\Capability\IManagePersonalConfigValues::class), $dice->create(\Friendica\Security\Authentication::class), $dice->create(\Friendica\App\Page::class), + new \Friendica\Util\HTTPInputData($_SERVER), $start_time );