HotFix: HTTP errors

This commit is contained in:
JoseluCross
2018-10-26 16:49:27 +02:00
parent d55f3e70d7
commit f3401a900d

View File

@@ -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__.'/../',