Browse Source

debug vars

andre 5 năm trước cách đây
mục cha
commit
b408ddba73
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      zimbraSingle.php

+ 1 - 1
zimbraSingle.php

@@ -111,7 +111,7 @@ function zimbraSingle_ChangePackage($params)
 function zimbraSingle_ConfigOptions()
 {
     $whmcs = App::self();
-    $response = zimbraSingleConfigOptions($whmcs->input);
+    $response = zimbraSingleConfigOptions($whmcs->get_req_var('input'));
     if($response) {
         return $response;
     }