authentication : usage of routes methods is incorrect : the URL is missing an end slash
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3011 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -330,7 +330,7 @@ class authentication
|
|||||||
$authObj->verifAuthLoginPage ($url);
|
$authObj->verifAuthLoginPage ($url);
|
||||||
exit;
|
exit;
|
||||||
});
|
});
|
||||||
$this->route->authenticationURL = "/authentication";
|
$this->route->authenticationURL = "/authentication/";
|
||||||
}
|
}
|
||||||
|
|
||||||
/** The default method to display the error messages.
|
/** The default method to display the error messages.
|
||||||
|
|||||||
Reference in New Issue
Block a user