This commit is contained in:
2024-01-28 11:27:52 +07:00
parent 736f5b9c4e
commit 9b6cd189ea
23 changed files with 223 additions and 107 deletions

View File

@@ -6,7 +6,7 @@ ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
const TEMPLATE_ASSET = 'assets';
const TEMPLATE_ASSET = '/assets';
include __DIR__."/_shared.php";