[API] Fixed broken if

master
ntimo 2019-10-03 14:39:38 +02:00
parent f393049273
commit c4c9d2a3b4
No known key found for this signature in database
GPG Key ID: 3AF3627FB0440D55
1 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,7 @@ if (isset($_SESSION['mailcow_cc_role']) || isset($_SESSION['pending_mailcow_cc_u
'type' => 'error',
'msg' => 'Only POST method is allowed!'
));
}
switch ($category) {
case "time_limited_alias":
process_add_return(mailbox('add', 'time_limited_alias', $attr));
@ -1080,6 +1081,7 @@ if (isset($_SESSION['mailcow_cc_role']) || isset($_SESSION['pending_mailcow_cc_u
'type' => 'error',
'msg' => 'Only POST method is allowed!'
));
}
switch ($category) {
case "alias":
process_delete_return(mailbox('delete', 'alias', array('id' => $items)));