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
_shared.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
define("ROOT_DIR", __DIR__ );
include __DIR__."/inc/common.php";
// start autoload
init_autoload();