1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-05-23 07:51:56 +00:00

[SOGo] fix custom html elements and wrong redirection

This commit is contained in:
FreddleSpl0it
2024-02-23 09:12:17 +01:00
parent 916d0fd46a
commit 766c270b1f
2 changed files with 34 additions and 28 deletions

View File

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