X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=7a6e26b42e02f6fdce75c77d3fbc0e23c79cf322;hb=7fb913eb86e9897de3551811ba4adc9d7caf8c14;hp=b558e86c8e83a3b6c6fe981529a8f06fa0ec12cc;hpb=388b963714895b6aee59648084fe4a66a0964efc;p=friendica.git diff --git a/index.php b/index.php index b558e86c8e..7a6e26b42e 100644 --- a/index.php +++ b/index.php @@ -22,6 +22,7 @@ $a = \Friendica\DI::app(); $a->runFrontend( $dice->create(\Friendica\App\Module::class), $dice->create(\Friendica\App\Router::class), - $dice->create(\Friendica\Core\Config\PConfiguration::class), - $dice->create(\Friendica\App\Authentication::class) + $dice->create(\Friendica\Core\PConfig\IPConfig::class), + $dice->create(\Friendica\App\Authentication::class), + $dice->create(\Friendica\App\Page::class) );