X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=90df9c00e9b77d56d3a1d192836fc48ff772ddad;hb=a8402109b183e81dad4e5443883dd292df094b86;hp=ba990532b824ba1b8998e5f6360a4a6799eda1e4;hpb=7b35c570f978449533ef5ee65bd5c45a8e2b9f80;p=friendica.git diff --git a/index.php b/index.php index ba990532b8..90df9c00e9 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@ runFrontend( $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 + $start_time, + $_SERVER );