It is now possible to print stats for more than 2 GB (up to exa byte)
This commit is contained in:
@@ -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('Вс', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб');
|
||||
|
Reference in New Issue
Block a user