diff --git a/index.php b/index.php index 5cba50d..bd3065e 100644 --- a/index.php +++ b/index.php @@ -336,7 +336,7 @@ if (isset($_REQUEST['do'])) { break; case 'caslogout': phpCAS::forceAuthentication(); - phpCAS::logoutWithUrl($service_url); + phpCAS::logoutWithRedirectService($service_url); break; case 'locallogout': unset($_SESSION['session_url']);