1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-06-03 21:23:19 +00:00

[API] Replace exit with die();

This commit is contained in:
ntimo
2019-10-03 12:50:58 +02:00
parent 72f8c0a5bd
commit 796853cae5
+1 -1
View File
@@ -211,7 +211,7 @@ if (isset($_SESSION['mailcow_cc_role']) || isset($_SESSION['pending_mailcow_cc_u
'type' => 'error',
'msg' => 'Only GET method is allowed!'
));
exit
die();
}
switch ($category) {
case "rspamd":