Initial import

This commit is contained in:
pongpon pitisuk
2026-06-25 16:49:13 +07:00
commit 72701ad58c
120 changed files with 17590 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
require_once __DIR__ . '/config.php';
session_destroy();
header('Location: ' . BASE_URL . '/login.php');
exit;