|
|
|
@ -1,5 +1,6 @@
|
|
|
|
<?php
|
|
|
|
<?php
|
|
|
|
require_once(__DIR__ . '/system/core.class.php');
|
|
|
|
require_once(__DIR__ . '/system/core.class.php');
|
|
|
|
|
|
|
|
require_once(__DIR__ . '/system/config.php');
|
|
|
|
// size convertor
|
|
|
|
// size convertor
|
|
|
|
function sizeFormat($bytes){
|
|
|
|
function sizeFormat($bytes){
|
|
|
|
$kb = 1024;
|
|
|
|
$kb = 1024;
|
|
|
|
|