mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-31 10:41:31 +00:00
[Web] redirect to sogo after failed sogo-auth
This commit is contained in:
committed by
DerLinkman
parent
77e6ef218c
commit
768304a32e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user