PDA

View Full Version : Units for resellers!


Fr3d
04-18-2006, 04:56 PM
Could you add some units in the resellers' usage section of NodeWorx?

On one of mine, it's hard to tell whether 2.6 means 2.6MB or 2.6GB ;)


And perhaps 999999999 could be changed to say "Unlimited" (a PHP str_replace would work well)

$allowed_disk_space = str_replace("999999999", "Unlimited", $allowed_disk_space);

Thanks :D

IWorx-Paul
04-18-2006, 05:22 PM
This will definitely be done Fr3d. It's a bit embarrassing that it isn't done already ;)

Paul