Jelajahi Sumber

add usage vs qtymin calc

andre 4 tahun lalu
induk
melakukan
517c993913
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)."');";