andre 2 gadi atpakaļ
vecāks
revīzija
7d1ddf6afb
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  1. 7 0
      app/UI/Client/EmailAccount/Pages/Accounts.php

+ 7 - 0
app/UI/Client/EmailAccount/Pages/Accounts.php

@@ -148,6 +148,13 @@ class Accounts extends DataTable implements ClientArea
         $hosting = Hosting::where('id', $this->getRequestValue('id'))->first();
         $hosting = Hosting::where('id', $this->getRequestValue('id'))->first();
 
 
         $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
         $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $params,
+            'Debug Accounts',
+            $api
+        );
         try {
         try {
             $api->login($params['serverhostname'], $params['serverusername'], $params['serverpassword']);
             $api->login($params['serverhostname'], $params['serverusername'], $params['serverpassword']);
             $domains = $api->getDomains(['id','name']);
             $domains = $api->getDomains(['id','name']);