X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=dd884a976ef3036237b3687047d8f13aa79f7605;hb=4b090c2c08db628e072460bfadab5ecba072d803;hp=7a6e26b42e02f6fdce75c77d3fbc0e23c79cf322;hpb=04d620fc2f567d32b50f5d5b0974acafeb072177;p=friendica.git diff --git a/index.php b/index.php index 7a6e26b42e..dd884a976e 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,22 @@ . + * */ use Dice\Dice; @@ -23,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) );