This commit is contained in:
2024-01-18 23:13:02 +07:00
parent ce18774b6c
commit 772cdf488e
53 changed files with 3258 additions and 3747 deletions

8
inc/common.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
function init_autoload(){
$classLoader = require_once ROOT_DIR . '/package/vendor/autoload.php';
$classLoader->add("Hura8", ROOT_DIR . '/inc' );
return $classLoader;
}