X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=90df9c00e9b77d56d3a1d192836fc48ff772ddad;hb=1adb23d8fd115df594246dd58aed257a1c229f9f;hp=c8d0037df023683d014a8f8a09469a07fbafe7e9;hpb=4f1bb0d274f3a28ca6513184bc21a98b8c32fe56;p=friendica.git diff --git a/index.php b/index.php index c8d0037df0..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 );