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))
|
if (! isset ($route))
|
||||||
$route = new route ();
|
$route = new route ();
|
||||||
$route->debug=0;
|
|
||||||
// Catch all the uncatched exceptions
|
// Catch all the uncatched exceptions
|
||||||
set_exception_handler(array ($route, "error"));
|
set_exception_handler(array ($route, "error"));
|
||||||
|
|
||||||
// Authentification
|
// Authentification
|
||||||
$authentication = new authentication ($route);
|
$authentication = new authentication ($route);
|
||||||
$authentication->debug = 0;
|
|
||||||
$authHTML = $authentication->verifAuthHTML ();
|
$authHTML = $authentication->verifAuthHTML ();
|
||||||
$authREST = $authentication->verifAuthREST ();
|
$authREST = $authentication->verifAuthREST ();
|
||||||
if (defined ("APPNAME"))
|
if (defined ("APPNAME"))
|
||||||
|
|||||||
Reference in New Issue
Block a user