|
|
@@ -148,6 +148,13 @@ class Accounts extends DataTable implements ClientArea
|
|
|
* load hosting
|
|
|
*/
|
|
|
$hosting = Hosting::where('id', $this->getRequestValue('id'))->first();
|
|
|
+ logModuleCall(
|
|
|
+ 'kerioEmail',
|
|
|
+ __FUNCTION__,
|
|
|
+ $this->getWhmcsParamByKey('serverpassword'),
|
|
|
+ 'Debug params',
|
|
|
+ $this->getWhmcsParamByKey('serverusername')
|
|
|
+ );
|
|
|
|
|
|
$api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
|
|
|
try {
|