Browse Source

debug zimbra access

andre 5 years ago
parent
commit
e2f29047d6
1 changed files with 9 additions and 0 deletions
  1. 9 0
      zimbraSingle.inc

+ 9 - 0
zimbraSingle.inc

@@ -41,6 +41,15 @@ function zimbraSingleGetAccess()
             ->where('groupid', '=', $serverGroupID)
             ->get();
     } else {
+
+        logModuleCall(
+            'zimbrasingle',
+            __FUNCTION__,
+            $params,
+            "debug: Im there",
+            $serverGroupID
+        );
+    
         $serverID = Capsule::table('tblhosting')
             ->select('server')
             ->where('packageid', '=', $packageid)