It is now possible to print stats for more than 2 GB (up to exa byte)

This commit is contained in:
Steve Alberty
2002-07-18 16:15:57 +00:00
parent 691178b9e6
commit 1c4df63fe5
84 changed files with 154 additions and 75 deletions

View File

@@ -13,6 +13,7 @@ $left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Tera, Peta, Exa
$byteUnits = array('Байт', 'кБ', 'МБ', 'ГБ');
$day_of_week = array('Вс', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб');