debug mode à false et faire en sorte de ne plus livrer app.php
This commit is contained in:
parent
82b09a4fc1
commit
66b9eace68
|
@ -7,7 +7,7 @@ if (PHP_VERSION_ID < 70000) {
|
|||
include_once __DIR__.'/../var/bootstrap.php.cache';
|
||||
}
|
||||
|
||||
$kernel = new AppKernel('prod', true);
|
||||
$kernel = new AppKernel('prod', false);
|
||||
if (PHP_VERSION_ID < 70000) {
|
||||
$kernel->loadClassCache();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue