瀏覽代碼

debug vars

andre 5 年之前
父節點
當前提交
42040d8faf
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      zimbraSingle.php

+ 2 - 2
zimbraSingle.php

@@ -110,8 +110,8 @@ function zimbraSingle_ChangePackage($params)
 
 function zimbraSingle_ConfigOptions()
 {
-    global $pid;
-    $response = zimbraSingleConfigOptions($pid);
+    global $whmcs;
+    $response = zimbraSingleConfigOptions($whmcs);
     if($response) {
         return $response;
     }