removing comment

pull/6641/head
Philipp Holzer 2019-02-17 21:43:19 +01:00
rodzic f5adbd268b
commit bfed7b3b2f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 517BE60E2CE5C8A5
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -12,8 +12,6 @@ if (!file_exists(__DIR__ . '/vendor/autoload.php')) {
require __DIR__ . '/vendor/autoload.php';
// We assume that the index.php is called by a frontend process
// The value is set to "true" by default in App
$a = Factory\DependencyFactory::setUp('index', __DIR__, true);
$a->runFrontend();