X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=dd884a976ef3036237b3687047d8f13aa79f7605;hb=9c0342b907c279fe335676a1cbeacae8a5ac5c85;hp=4857b1f12971a20a82c5ae62893bee154b5ebbb7;hpb=097620b62799c96d610d73410ec07a6b8cdf82f0;p=friendica.git diff --git a/index.php b/index.php index 4857b1f129..dd884a976e 100644 --- a/index.php +++ b/index.php @@ -38,6 +38,6 @@ $a->runFrontend( $dice->create(\Friendica\App\Module::class), $dice->create(\Friendica\App\Router::class), $dice->create(\Friendica\Core\PConfig\IPConfig::class), - $dice->create(\Friendica\App\Authentication::class), + $dice->create(\Friendica\Security\Authentication::class), $dice->create(\Friendica\App\Page::class) );