X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=34952afcb0bfc0ef8f3d161e8bff1ca0eb413b2e;hb=d3ef2b23cc8e97af004d3af09a1920d6f33f4893;hp=4f690ed5185cd3ad2eecc5a56600a31a27b836b8;hpb=24f8ee8e676abf4dd16916fd417562aca7bcbb9f;p=friendica.git diff --git a/index.php b/index.php index 4f690ed518..34952afcb0 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), + $dice->create(\Friendica\Content\Nav::class), + $dice->create(Friendica\Module\Special\HTTPException::class), + new \Friendica\Util\HTTPInputData($_SERVER), $start_time );