Browse Source

add usage vs qtymin calc

andre 4 năm trước cách đây
mục cha
commit
4af28a2375
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();