From f3401a900db48125f6cd51dc82e54e3eefa08aa5 Mon Sep 17 00:00:00 2001 From: JoseluCross Date: Fri, 26 Oct 2018 16:49:27 +0200 Subject: [PATCH] HotFix: HTTP errors --- Source/src/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/src/app.php b/Source/src/app.php index 8e09744..5e7faaa 100644 --- a/Source/src/app.php +++ b/Source/src/app.php @@ -19,7 +19,7 @@ $app = new Silex\Application(); use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; -$app['debug'] = true; +$app['debug'] = false; $app->register(new Silex\Provider\UrlGeneratorServiceProvider()); $app->register(new Silex\Provider\TwigServiceProvider(), array( 'twig.path' => __DIR__.'/../',