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
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