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:
parent
72f8c0a5bd
commit
796853cae5
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user