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:
2016-08-30 19:00:20 +00:00
parent 85c51ba6ae
commit 94099866f6

View File

@@ -330,7 +330,7 @@ class authentication
$authObj->verifAuthLoginPage ($url);
exit;
});
$this->route->authenticationURL = "/authentication";
$this->route->authenticationURL = "/authentication/";
}
/** The default method to display the error messages.