Selaa lähdekoodia

add usage vs qtymin calc

andre 4 vuotta sitten
vanhempi
commit
4af28a2375
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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();