From: Cash Costello Date: Sat, 11 Jul 2009 01:09:59 +0000 (+0000) Subject: hopefully fixes the problems that some had with server analysis X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=14556cf5870dff8138c76a25aba9c2c0323c56d1;p=lorea%2Felgg.git hopefully fixes the problems that some had with server analysis --- diff --git a/system.php b/system.php index 24295c715..549c51de4 100644 --- a/system.php +++ b/system.php @@ -21,6 +21,9 @@ function tp_readable_size($bytes) { + if (strpos($bytes, 'M')) + return $bytes . 'B'; + $size = $bytes / 1024; if ($size < 1024) { $size = number_format($size, 2); @@ -72,7 +75,7 @@ Memory Available to PHP - B + Change memory_limit to increase