Browse Source

debug zimbra access

andre 5 years ago
parent
commit
187d558237
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zimbraSingle.inc

+ 1 - 1
zimbraSingle.inc

@@ -26,7 +26,7 @@ function zimbraSingleGetAccess()
     $accessData = array('zimbraServer' => '', 'adminUser' => '', 'adminPass' => '');
     $whmcs = App::self();
     $serverGroupID = $whmcs->get_req_var('servergroup');
-    if($serverGroupID != '') {
+    if($serverGroupID > 0) {
 
         logModuleCall(
             'zimbrasingle',