Kaynağa Gözat

We're talking Megabytes here, not millibytes :)

Thijs Kinkhorst 22 yıl önce
ebeveyn
işleme
2ebce64cba
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      functions/strings.php

+ 1 - 1
functions/strings.php

@@ -365,7 +365,7 @@ function show_readable_size($bytes) {
     
     if ($bytes / 1024 > 1) {
         $bytes /= 1024;
-        $type = 'm';
+        $type = 'M';
     }
     
     if ($bytes < 10) {