X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=ba990532b824ba1b8998e5f6360a4a6799eda1e4;hb=ca12d1549b3269234186dac6b7c4f87a4fc1987f;hp=0afd2c7d3eefa8b0c9daf73cfdeb51164aabfe28;hpb=3bae52074a644b0ade3808bed9fc1268e1baa4e3;p=friendica.git diff --git a/index.php b/index.php index 0afd2c7d3e..ba990532b8 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@ 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 );