]> git.mxchange.org Git - friendica.git/blobdiff - index.php
Overwrite constructor of Memory session handling so no session ini-setting in backend...
[friendica.git] / index.php
index 00ec0edb75e5d25e7de69d5ea42ba2b37a392678..dbdac5fcbfa82279175090d15fd09cbe44dce383 100644 (file)
--- a/index.php
+++ b/index.php
@@ -23,5 +23,5 @@ $a->runFrontend(
        $dice->create(\Friendica\App\Module::class),
        $dice->create(\Friendica\App\Router::class),
        $dice->create(\Friendica\Core\Config\PConfiguration::class),
-       $dice->create(\Friendica\Core\Authentication::class)
+       $dice->create(\Friendica\App\Authentication::class)
 );