X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=4857b1f12971a20a82c5ae62893bee154b5ebbb7;hb=06b992a5dd5b8e24239408d4e8690a6b2c30bbf9;hp=8400ca820ff756140b3f48db9f906c8fe1d9faf6;hpb=3c76826793feeb933dab7a07dab7cc7eb2efc451;p=friendica.git diff --git a/index.php b/index.php index 8400ca820f..4857b1f129 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,22 @@ . + * */ use Dice\Dice; @@ -22,6 +37,7 @@ $a = \Friendica\DI::app(); $a->runFrontend( $dice->create(\Friendica\App\Module::class), $dice->create(\Friendica\App\Router::class), - $dice->create(\Friendica\Core\Config\IPConfiguration::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) );