This commit is contained in:
Guillaume ARNOUX 2024-01-22 10:23:49 +01:00
parent 2e001ccfba
commit 47a9a28239

View file

@ -276,8 +276,8 @@ class Server_Manager_Mailcow extends Server_Manager
'json' => [
"attr" => [
"aliases" => $p->getMaxSubdomains(),
"defquota" => $p->getQuota(),
"mailboxes" => $p->getMaxPop(),
"defquota" => $p->getQuota(),
"mailboxes" => $p->getMaxPop(),
],
"items" => $a->getDomain(),
]