andryyy 8 лет назад
Родитель
Сommit
d21ff134eb
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      data/web/inc/functions.inc.php

+ 0 - 2
data/web/inc/functions.inc.php

@@ -3393,8 +3393,6 @@ function mailbox_edit_domain($postarray) {
     }
     }
 
 
     if ($MailboxData['maxquota'] > $maxquota) {
     if ($MailboxData['maxquota'] > $maxquota) {
-      echo $MailboxData['maxquota'];
-      die();
       $_SESSION['return'] = array(
       $_SESSION['return'] = array(
         'type' => 'danger',
         'type' => 'danger',
         'msg' => sprintf($lang['danger']['max_quota_in_use'], $MailboxData['maxquota'])
         'msg' => sprintf($lang['danger']['max_quota_in_use'], $MailboxData['maxquota'])