X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=ba990532b824ba1b8998e5f6360a4a6799eda1e4;hb=e9c6611965848a5905668b8cad6fdfa4c701f609;hp=4f690ed5185cd3ad2eecc5a56600a31a27b836b8;hpb=b21631747714ac2282abfc6d6ac573a3347df11b;p=friendica.git diff --git a/index.php b/index.php index 4f690ed518..ba990532b8 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@ setExecutor(\Friendica\App\Mode::INDEX); $a->runFrontend( - $dice->create(\Friendica\App\Module::class), $dice->create(\Friendica\App\Router::class), $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 );