From d639a9dbec6184ca5e8a5d18d67cf976ce59320e Mon Sep 17 00:00:00 2001 From: Hyojin Ahn Date: Tue, 21 Oct 2025 10:39:23 -0400 Subject: [PATCH] =?UTF-8?q?Database=20=EC=97=B0=EA=B2=B0=EC=9D=84=20localh?= =?UTF-8?q?ost=20=EC=97=90=EC=84=9C=20192.168.2.166=20=EC=9C=BC=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_html/assets/dbCon.php | 3 ++- public_html/config/config_db.php | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/public_html/assets/dbCon.php b/public_html/assets/dbCon.php index c3d428e..bb1662b 100644 --- a/public_html/assets/dbCon.php +++ b/public_html/assets/dbCon.php @@ -3,7 +3,8 @@ date_default_timezone_set('America/Toronto'); if ($_SERVER["REMOTE_ADDR"] == "127.0.0.1" || $_SERVER["REMOTE_ADDR"] == "::1" || str_contains($_SERVER["HTTP_HOST"], "localhost")) { - $host = "localhost"; + // $host = "localhost"; + $host = "192.168.2.166"; $user = "goiintra_root"; $pw = "L0C2CKN5GHHY"; $dbName = "goiintra_db"; diff --git a/public_html/config/config_db.php b/public_html/config/config_db.php index 31b2ec4..137de7c 100644 --- a/public_html/config/config_db.php +++ b/public_html/config/config_db.php @@ -1,12 +1,12 @@