Update index.php

This commit is contained in:
SuperDev
2022-12-22 12:36:13 -06:00
committed by GitHub
parent 9b8689367a
commit a35eaace1f

View File

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