From 84de4829bc8650528e1af288fa9d3426b4e8b0ce Mon Sep 17 00:00:00 2001 From: Guillaume FAUVET Date: Tue, 27 Feb 2018 14:07:31 +0100 Subject: [PATCH] Fonctionne mais c'est lent --- build/api/core/AuthSystemDefault.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/api/core/AuthSystemDefault.php b/build/api/core/AuthSystemDefault.php index 73715d1..eb61dd7 100644 --- a/build/api/core/AuthSystemDefault.php +++ b/build/api/core/AuthSystemDefault.php @@ -25,7 +25,7 @@ class AuthSystemDefault implements AuthSystem { if (strpos($_SERVER['REQUEST_URI'], '/logout/') !== false) { unset($_SESSION['idCAS']); - header('Location : https://www.google.fr/'); +// header('Location : https://www.google.fr/'); // // ce qu'il faudrait faire pour se déconnecter // header("Location : https://sso.univ-pau.fr/cas/logout?service=$_SERVER[REQUEST_SCHEME]://$_SERVER[HTTP_HOST]/"); @@ -35,8 +35,8 @@ class AuthSystemDefault implements AuthSystem { // // ce qu'on aurait pu faire pour se déconnecter mais la requête tourne dans le vide // echo ""; - // ce qu'il reste à faire pour au moins ne pas charger la page logout qui n'existe pas - echo ""; + // fonctionne mais c'est lent + echo ""; die(); }