|
|
@@ -37,7 +37,7 @@ class AccountDataProvider extends BaseDataProvider
|
|
|
$hid = $this->request->get('id');
|
|
|
$hosting = Hosting::where('id', $hid)->first();
|
|
|
$this->data['domain'] = $this->getWhmcsParamByKey('customfields')['maildomain'];
|
|
|
- $this->data['quota'] = 0;
|
|
|
+ $this->data['quota'] = 10;
|
|
|
$lang = di('lang');
|
|
|
$this->availableValues['status'] = [
|
|
|
Kerio::ACC_STATUS_ACTIVE => $lang->absoluteT('kerio','account','status','active'),
|