[API] Fixed broken if
parent
f393049273
commit
c4c9d2a3b4
|
@ -135,6 +135,7 @@ if (isset($_SESSION['mailcow_cc_role']) || isset($_SESSION['pending_mailcow_cc_u
|
||||||
'type' => 'error',
|
'type' => 'error',
|
||||||
'msg' => 'Only POST method is allowed!'
|
'msg' => 'Only POST method is allowed!'
|
||||||
));
|
));
|
||||||
|
}
|
||||||
switch ($category) {
|
switch ($category) {
|
||||||
case "time_limited_alias":
|
case "time_limited_alias":
|
||||||
process_add_return(mailbox('add', 'time_limited_alias', $attr));
|
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',
|
'type' => 'error',
|
||||||
'msg' => 'Only POST method is allowed!'
|
'msg' => 'Only POST method is allowed!'
|
||||||
));
|
));
|
||||||
|
}
|
||||||
switch ($category) {
|
switch ($category) {
|
||||||
case "alias":
|
case "alias":
|
||||||
process_delete_return(mailbox('delete', 'alias', array('id' => $items)));
|
process_delete_return(mailbox('delete', 'alias', array('id' => $items)));
|
||||||
|
|
Loading…
Reference in New Issue