Jelajahi Sumber

enable logging

andre 1 tahun lalu
induk
melakukan
f63c6612f1
1 mengubah file dengan 9 tambahan dan 0 penghapusan
  1. 9 0
      kerioEmail.php

+ 9 - 0
kerioEmail.php

@@ -119,6 +119,15 @@ function KerioEmail_MetaData()
 
 function KerioEmail_ClientArea($params)
 {
+
+    logModuleCall(
+        'kerioEmail',
+        __FUNCTION__,
+        $params,
+        'Debug ClientArea',
+        $whmcs
+    );
+
     require_once __DIR__ . DIRECTORY_SEPARATOR . 'core' . DIRECTORY_SEPARATOR . 'App' . DIRECTORY_SEPARATOR . 'AppContext.php';
     
     $appContext = new AppContext();