1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 09:56:01 +00:00

[Web] add missing break

This commit is contained in:
FreddleSpl0it
2023-08-08 10:51:09 +02:00
committed by DerLinkman
parent 2d51881ae3
commit 981307a1c6

View File

@@ -2085,6 +2085,9 @@ if (isset($_GET['query'])) {
case "identity-provider-test":
process_edit_return(identity_provider('test', $attr));
break;
case "cors":
process_edit_return(cors('edit', $attr));
break;
// return no route found if no case is matched
default:
http_response_code(404);