]> git.mxchange.org Git - friendica.git/blobdiff - index.php
bugfix
[friendica.git] / index.php
index 47264362c52edf42a0430fda678c02ed55b27047..e989872893b2deb01f2966b854ff35da5b1b7797 100644 (file)
--- a/index.php
+++ b/index.php
@@ -12,6 +12,6 @@ if (!file_exists(__DIR__ . '/vendor/autoload.php')) {
 
 require __DIR__ . '/vendor/autoload.php';
 
-$a = Factory\DependencyFactory::setUp('index', __DIR__, true);
+$a = Factory\DependencyFactory::setUp('index', __DIR__, false);
 
 $a->runFrontend();