parent
734d883d3c
commit
73f20c8830
|
|
@ -76,6 +76,8 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
error_reporting(0);
|
||||||
|
|
||||||
function getByteString($bytes) {
|
function getByteString($bytes) {
|
||||||
$symbol = array('B', 'KB', 'MB', 'GB', 'TB');
|
$symbol = array('B', 'KB', 'MB', 'GB', 'TB');
|
||||||
$exp = ($bytes ? floor(log($bytes)/log(1024)) : 0);
|
$exp = ($bytes ? floor(log($bytes)/log(1024)) : 0);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue