Skip to content
Snippets Groups Projects
Commit 97d711e8 authored by David Maus's avatar David Maus
Browse files

Debug deaktiviert

parent 64bd9c40
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment