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
+12
View File
@@ -0,0 +1,12 @@
<?php
// config.php
define('DB_HOST', 'localhost');
define('DB_USER', 'root'); // สามารถเปลี่ยนตามระบบจริง
define('DB_PASS', '@Samui@10742'); // สามารถเปลี่ยนตามระบบจริง
define('DB_NAME', 'ksh_p4q');
// รหัสผ่านสำหรับเข้าใช้งานระบบหลังบ้าน
define('ADMIN_PASSWORD', '1074210742');
// ที่อยู่ของไฟล์ Service Account สำหรับ Google Drive API
define('GDRIVE_CREDENTIALS_PATH', __DIR__ . '/credentials.json');