diff --git a/public/index.php b/public/index.php index dd81b42b493313439028812ef5fd42a065a5e62f..9306920e56a530db2aa183f3f9162480ab7a0a84 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