From 6e4e1f3d0b14a0c631cfde84fc9ad296dd6c367f Mon Sep 17 00:00:00 2001 From: ShevAbam Date: Tue, 11 Nov 2014 15:28:05 +0100 Subject: Add favicon ; change measurements ; fix on ping module --- libs/Utils/Misc.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/Utils/Misc.class.php') diff --git a/libs/Utils/Misc.class.php b/libs/Utils/Misc.class.php index 3fcfedb..d77bbf5 100644 --- a/libs/Utils/Misc.class.php +++ b/libs/Utils/Misc.class.php @@ -17,7 +17,7 @@ class Misc break; } - return round($filesize, $precision).' '.$units[$idUnit].'o'; + return round($filesize, $precision).' '.$units[$idUnit].'B'; } -- cgit v1.3