andre 4 년 전
부모
커밋
aa1d13a15e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/orderforms/croster_mailbox/checkconfigureproduct.tpl

+ 1 - 1
templates/orderforms/croster_mailbox/checkconfigureproduct.tpl

@@ -28,7 +28,7 @@
                 }
             }
         };
-        xhttp.open("GET", "modules/servers/zimbraSingle/zimbraAddressCheck.php?name=" + mailname + '&domain=' +maildomain, true);
+        xhttp.open("GET", "modules/servers/zimbraSingle/zimbraAddressCheck.php?name=" + mailname + '&domain=' + maildomain + '&pid' + {pid}, true);
         xhttp.send();
     };
     jQuery(document).ready(function(){