瀏覽代碼

debug zimbra access

andre 5 年之前
父節點
當前提交
12282c7930
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      zimbraSingle.inc

+ 9 - 0
zimbraSingle.inc

@@ -26,6 +26,15 @@ function zimbraSingleGetAccess()
     $accessData = array('zimbraServer' => '', 'adminUser' => '', 'adminPass' => '');
     $whmcs = App::self();
     $serverGroupID = $whmcs->get_req_var('servergroup');
+
+    logModuleCall(
+        'zimbrasingle',
+        __FUNCTION__,
+        $params,
+        "debug: serverGroupID",
+        $serverGroupID
+    );
+
     if($serverGroupID) {
         $serverID = Capsule::table('tblservergroupsrel')
             ->select('serverid')