start : remove the debug forced

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2239 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-08-14 07:12:47 +00:00
parent 78fe387468
commit 1b1618595e

View File

@@ -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"))