Add favicon ; change measurements ; fix on ping module

This commit is contained in:
ShevAbam
2014-11-11 15:28:05 +01:00
parent e78dc167c2
commit 6e4e1f3d0b
5 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class Misc
break;
}
return round($filesize, $precision).' '.$units[$idUnit].'o';
return round($filesize, $precision).' '.$units[$idUnit].'B';
}