From 66b9eace68245539b4528ac864f9f26de1c067d4 Mon Sep 17 00:00:00 2001 From: afornerot Date: Thu, 22 Aug 2019 15:09:24 +0200 Subject: [PATCH] =?UTF-8?q?debug=20mode=20=C3=A0=20false=20et=20faire=20en?= =?UTF-8?q?=20sorte=20de=20ne=20plus=20livrer=20app.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ninegate-1.0/web/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ninegate-1.0/web/app.php b/src/ninegate-1.0/web/app.php index 465d455d..943d0898 100644 --- a/src/ninegate-1.0/web/app.php +++ b/src/ninegate-1.0/web/app.php @@ -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(); }