瀏覽代碼

add usage vs qtymin calc

andre 4 年之前
父節點
當前提交
4af28a2375
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      productressources.php

+ 1 - 0
productressources.php

@@ -26,6 +26,7 @@ require("../../init.php");
 
 $whmcs = App::self();
 $pid = (int) $whmcs->get_req_var('pid');
+$ip = (int) $whmcs->get_req_var('id');
 $get = $whmcs->get_req_var('get');
 $language = $whmcs->get_req_var('language') ?: null;
 $data = array();