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