|
|
@@ -32,15 +32,15 @@ class DnsHelper
|
|
|
/* $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
|
|
|
try {
|
|
|
$api->login($this->params['serverhostname'], $this->params['username'], $this->params['password']);
|
|
|
- } catch (KerioApiException $error) {
|
|
|
+ } catch (KerioApiException $error) { */
|
|
|
logModuleCall(
|
|
|
'kerioEmail',
|
|
|
__FUNCTION__,
|
|
|
- $params,
|
|
|
+ $this->params,
|
|
|
'Error: cannot login to ' . $this->params['kerioServer'],
|
|
|
$error->getMessage()
|
|
|
);
|
|
|
- exit();
|
|
|
+ /* exit();
|
|
|
} */
|
|
|
}
|
|
|
|