X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=90df9c00e9b77d56d3a1d192836fc48ff772ddad;hb=131695cb1167a831dbe87a0f2b1bde755dabd55f;hp=0afd2c7d3eefa8b0c9daf73cfdeb51164aabfe28;hpb=b67c10812ab962d1ec05cd8c9e256c503d64ca60;p=friendica.git diff --git a/index.php b/index.php index 0afd2c7d3e..90df9c00e9 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, - $start_time + $dice->create(\Friendica\Content\Nav::class), + $dice->create(Friendica\Module\Special\HTTPException::class), + new \Friendica\Util\HTTPInputData($_SERVER), + $start_time, + $_SERVER );