reindente some code
verify if config database file exists beforeinitializing Propel
This commit is contained in:
@@ -10,7 +10,7 @@ require __DIR__ . '/../core/bootstrap.php';
|
||||
|
||||
$request = Request::createFromGlobals();
|
||||
|
||||
$thelia = new Thelia($env, false);
|
||||
$thelia = new Thelia("prod", false);
|
||||
|
||||
$response = $thelia->handle($request)->prepare($request)->send();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user