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

7
ajax.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
include __DIR__."/_shared.php";