Bugfixing index.php

This commit is contained in:
Philipp Holzer
2019-02-18 00:26:38 +01:00
parent 256e845c5d
commit 218e41a818
2 changed files with 4 additions and 4 deletions

View File

@@ -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();