Merge pull request #6703 from tobiasd/2019.03-CHANGELOG
[friendica.git/.git] / index.php
index 4726436..ddc851c 100644 (file)
--- a/index.php
+++ b/index.php
@@ -12,6 +12,7 @@ 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();
+