Skip to content

Commit

Permalink
[Web] redirect to sogo after failed sogo-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddleSpl0it authored and DerLinkman committed Feb 8, 2024
1 parent 1926625 commit c90d637
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/web/sogo-auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@
}
}
}
header('HTTP/1.0 403 Forbidden');
echo "Forbidden";
header("Location: /SOGo/");
exit;
}
// only check for admin-login on sogo GUI requests
Expand Down

0 comments on commit c90d637

Please sign in to comment.