Files
xstore/index.php

16 lines
244 B
PHP
Raw Permalink Normal View History

2025-10-04 11:46:59 +07:00
<?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();