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