Changeset 19 for global.php
- Timestamp:
- Oct 22, 2008, 9:12:20 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
global.php
r15 r19 166 166 while($Value > 1024) 167 167 { 168 $Value = round($Value / 1024 );168 $Value = round($Value / 1024, 3); 169 169 $UnitIndex++; 170 170 }
Note:
See TracChangeset
for help on using the changeset viewer.