Przeglądaj źródła

add usage vs qtymin calc

andre 4 lat temu
rodzic
commit
517c993913
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      productressources.php

+ 1 - 1
productressources.php

@@ -63,7 +63,7 @@ $configOptions = Capsule::table('tblproductconfigoptions')
 $ressource = new ResourceManager();
 
 
-widgetOutput($whmcs);
+widgetOutput($ressource->vcpus()->getUsed());
 
 function widgetOutput($value) {
     echo "document.write('".addslashes($value)."');";