diff --git a/auth/shibboleth/logout.php b/auth/shibboleth/logout.php index 60f44c3c6c4..db0f7199fe9 100644 --- a/auth/shibboleth/logout.php +++ b/auth/shibboleth/logout.php @@ -32,7 +32,7 @@ if ($action == 'logout' && !empty($redirect)) { redirect($redirect); } -} else if (!file_get_contents("php://input")) { +} else if (!empty(file_get_contents("php://input"))) { // Back channel logout. // Set SOAP header.