From 4a406ee19ff87796345e3341305c1b9f6223a903 Mon Sep 17 00:00:00 2001 From: asansal Date: Wed, 25 Jun 2025 17:26:23 +0700 Subject: [PATCH] Update database host configuration to use localhost --- controller/libdefine.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controller/libdefine.php b/controller/libdefine.php index 3c64472..71403b9 100644 --- a/controller/libdefine.php +++ b/controller/libdefine.php @@ -2,8 +2,8 @@ if(preg_match("/libdefine.php/i", $_SERVER['PHP_SELF'])){header("location: index.php");die;} // ==== My SERVER CONFIG DEFINE("DB_HCM","dbhcm"); - // DEFINE("DB_HOST_NAME","localhost"); - DEFINE("DB_HOST_NAME","192.168.1.4"); + DEFINE("DB_HOST_NAME","localhost"); + // DEFINE("DB_HOST_NAME","192.168.1.4"); // DEFINE("DB_USER_NAME","antrian"); // DEFINE("DB_USER_NAME","appproject"); DEFINE("DB_USER_NAME","apphcm");