X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=ba990532b824ba1b8998e5f6360a4a6799eda1e4;hb=1301a53f20a5164d484a3a83368d4eb9174523ae;hp=cfb5937368e06d2bbb834bd051346881d7c73f21;hpb=018275919ce1862e08c9aaf7f8098c610fe71916;p=friendica.git diff --git a/index.php b/index.php index cfb5937368..ba990532b8 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, + new \Friendica\Util\HTTPInputData($_SERVER), $start_time );