1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-12 10:45:14 +02:00

[API] Replace exit with die();

This commit is contained in:
ntimo 2019-10-03 12:50:58 +02:00
parent 72f8c0a5bd
commit 796853cae5
No known key found for this signature in database
GPG Key ID: 3AF3627FB0440D55

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":