X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=fa4c91aa3659241227b7e5cbdb9a23346789d84d;hb=ab77f48b8b4966dc96c97215b4781d9fb32e61a7;hp=0afd2c7d3eefa8b0c9daf73cfdeb51164aabfe28;hpb=b67c10812ab962d1ec05cd8c9e256c503d64ca60;p=friendica.git diff --git a/index.php b/index.php index 0afd2c7d3e..fa4c91aa36 100644 --- a/index.php +++ b/index.php @@ -41,11 +41,10 @@ $a = \Friendica\DI::app(); \Friendica\DI::mode()->setExecutor(\Friendica\App\Mode::INDEX); $a->runFrontend( - $dice->create(\Friendica\App\ModuleController::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), - $dice, + new \Friendica\Util\HTTPInputData($_SERVER), $start_time );