Bläddra i källkod

emailAccounts

andre 2 år sedan
förälder
incheckning
7d1ddf6afb
1 ändrade filer med 7 tillägg och 0 borttagningar
  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();
 
         $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $params,
+            'Debug Accounts',
+            $api
+        );
         try {
             $api->login($params['serverhostname'], $params['serverusername'], $params['serverpassword']);
             $domains = $api->getDomains(['id','name']);