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

15
index.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
use Hura8\AppAdmin;
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
const TEMPLATE_ASSET = 'assets';
include __DIR__."/_shared.php";
$objAppAdmin = new AppAdmin();
$objAppAdmin->start();