X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=ba990532b824ba1b8998e5f6360a4a6799eda1e4;hb=57b8708425630b4ba1eee8198ab9f249ecfa607b;hp=0afd2c7d3eefa8b0c9daf73cfdeb51164aabfe28;hpb=c95d47b0b4d01552804ebcf26e5ae42fc576fc60;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 );