diff options
author | ShevAbam <shevabam@gmail.com> | 2014-11-11 15:28:05 +0100 |
---|---|---|
committer | ShevAbam <shevabam@gmail.com> | 2014-11-11 15:28:05 +0100 |
commit | 6e4e1f3d0b14a0c631cfde84fc9ad296dd6c367f (patch) | |
tree | 5a0e9be23b3404d6b04a305cfa95899954e8817c /libs/Utils | |
parent | e78dc167c2f5cfc2ec92c9d299073b493e6f1c3d (diff) |
Add favicon ; change measurements ; fix on ping module
Diffstat (limited to 'libs/Utils')
-rw-r--r-- | libs/Utils/Misc.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'; } |