reindente some code
verify if config database file exists beforeinitializing Propel
This commit is contained in:
@@ -19,7 +19,7 @@ if ( false === in_array($request->getClientIp(), $trustIp)) {
|
||||
//change request to send to a 404 error page
|
||||
}
|
||||
|
||||
$thelia = new Thelia($env, true);
|
||||
$thelia = new Thelia("dev", true);
|
||||
|
||||
$response = $thelia->handle($request)->prepare($request)->send();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user