1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-27 16:51:30 +00:00

[Web] add missing break

This commit is contained in:
FreddleSpl0it
2023-08-08 10:51:09 +02:00
committed by DerLinkman
parent 4d9c10e4f7
commit c92f3fea17

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);