Initial commit

This commit is contained in:
Porawit Dongwang
2026-09-16 23:20:08 +07:00
commit 0041668dbb
32577 changed files with 3687927 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
// Database configuration
define('DB_HOST', 'localhost');
define('DB_USER', 'root');
define('DB_PASS', '@Samui@10742');
define('DB_NAME', 'ksh_web_portal');
// Admin Password
define('ADMIN_PASSWORD', 'ijawa2467');