From 94099866f61675d9f00d31bc03edb9c7d53d4ee0 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 30 Aug 2016 19:00:20 +0000 Subject: [PATCH] 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 --- authentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication.php b/authentication.php index 26c0395..1504821 100644 --- a/authentication.php +++ b/authentication.php @@ -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.