From 97d711e8bcbb180b1c5c0cff143e29f79ebc2ab5 Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Mon, 16 Oct 2017 14:33:26 +0200 Subject: [PATCH] Debug deaktiviert --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index dd81b42b..9306920e 100644 --- a/public/index.php +++ b/public/index.php @@ -13,6 +13,6 @@ $app = new Silex\Application(); @include __DIR__ . '/../config/controllers.php'; @include __DIR__ . '/../config/routes.php'; -$app['debug'] = true; +$app['debug'] = false; return $app->run(); \ No newline at end of file -- GitLab