Bugfixing index.php
This commit is contained in:
parent
256e845c5d
commit
218e41a818
2 changed files with 4 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue