diff --git a/start.php b/start.php index a9177e5..43ac50e 100644 --- a/start.php +++ b/start.php @@ -39,13 +39,11 @@ $logger->catchAll(); if (! isset ($route)) $route = new route (); -$route->debug=0; // Catch all the uncatched exceptions set_exception_handler(array ($route, "error")); // Authentification $authentication = new authentication ($route); -$authentication->debug = 0; $authHTML = $authentication->verifAuthHTML (); $authREST = $authentication->verifAuthREST (); if (defined ("APPNAME"))