1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-23 02:04:46 +02:00

[Web] redirect to sogo after failed sogo-auth

This commit is contained in:
FreddleSpl0it 2023-02-16 15:32:53 +01:00 committed by DerLinkman
parent 1926625297
commit c90d637a48
No known key found for this signature in database
GPG Key ID: F109FD97469550A2

View File

@ -65,8 +65,7 @@ elseif (isset($_GET['login'])) {
}
}
}
header('HTTP/1.0 403 Forbidden');
echo "Forbidden";
header("Location: /SOGo/");
exit;
}
// only check for admin-login on sogo GUI requests