X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=dd884a976ef3036237b3687047d8f13aa79f7605;hb=e3cf708dd819ffabe53fb299cad5cb76b24aaf5c;hp=1a88a7b283af3dab6cf81c55b91eb7377c7c3a8f;hpb=f2da1c5ab981ad273961eec86a8efdb5e4f01b5c;p=friendica.git diff --git a/index.php b/index.php index 1a88a7b283..dd884a976e 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,22 @@ . + * */ use Dice\Dice; @@ -22,7 +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\Security\Authentication::class), $dice->create(\Friendica\App\Page::class) );