1
0
Fork 0

Bugfixing index.php

This commit is contained in:
Philipp Holzer 2019-02-18 00:26:38 +01:00
commit 218e41a818
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
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();