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:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user