X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=ba990532b824ba1b8998e5f6360a4a6799eda1e4;hb=3e21b035b72252ca765cbae20ce8550f349e84ef;hp=011b9d7f90079533ae5ffa1a1fe7b54a1e842ade;hpb=87673fd0c52b40d1100fd46c648c786bab3750cf;p=friendica.git diff --git a/index.php b/index.php index 011b9d7f90..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\IPConfig::class), + $dice->create(\Friendica\Core\PConfig\Capability\IManagePersonalConfigValues::class), $dice->create(\Friendica\Security\Authentication::class), $dice->create(\Friendica\App\Page::class), + new \Friendica\Util\HTTPInputData($_SERVER), $start_time );