diff --git a/authentication.php b/authentication.php index af5536f..0bfe467 100644 --- a/authentication.php +++ b/authentication.php @@ -319,13 +319,13 @@ class authentication $authObj->logout (); }); - $this->route->get ("authentication({url})?", function ($url) use ($authObj) + $this->route->get ("authentication(/{url})?", function ($url) use ($authObj) { $authObj->pageHTML ($url); exit; }); - $this->route->post ("authentication({url})?", function ($url) use ($authObj) + $this->route->post ("authentication(/{url})?", function ($url) use ($authObj) { $authObj->verifAuthLoginPage ($url); exit;