forked from ZwiiCMS-Team/ZwiiCMS
Folder Alignements
This commit is contained in:
parent
d89455d86a
commit
10083e7ee8
BIN
module/folder.zip
Normal file
BIN
module/folder.zip
Normal file
Binary file not shown.
@ -183,7 +183,7 @@ class folder extends common
|
|||||||
|
|
||||||
private function formatSizeUnits($bytes)
|
private function formatSizeUnits($bytes)
|
||||||
{
|
{
|
||||||
$units = array('octest', 'Ko', 'Mo', 'Go', 'To');
|
$units = array('octets', 'Ko', 'Mo', 'Go', 'To');
|
||||||
$i = 0;
|
$i = 0;
|
||||||
while ($bytes >= 1024) {
|
while ($bytes >= 1024) {
|
||||||
$bytes /= 1024;
|
$bytes /= 1024;
|
||||||
|
Loading…
Reference in New Issue
Block a user