diff --git a/sources/sso/sso.php b/sources/sso/sso.php index fcbc92e..28383bb 100644 --- a/sources/sso/sso.php +++ b/sources/sso/sso.php @@ -11,8 +11,8 @@ if (isset($_SERVER['HTTP_EMAIL']) && isset($_SERVER['PHP_AUTH_PW'])) { $ssoHash = \RainLoop\Api::GetUserSsoHash($email, $password); // redirect to webmail sso url - \header('Location: https://__DOMAIN____PATH__app/index.php?sso&hash='.$ssoHash); + \header('Location: https://__DOMAIN____PATH__/app/index.php?sso&hash='.$ssoHash); } else { - \header('Location: https://__DOMAIN____PATH__app/index.php'); + \header('Location: https://__DOMAIN____PATH__/app/index.php'); }