From 74f9eb6e4eed787222ee5e5fb624856fceafef73 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 1 Feb 2018 01:47:57 +0900 Subject: [PATCH] =?UTF-8?q?func=5Fhistory=EB=A5=BC=20sam-tm.com=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- che_close/func_history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/che_close/func_history.php b/che_close/func_history.php index bd18360..ffedc4b 100644 --- a/che_close/func_history.php +++ b/che_close/func_history.php @@ -77,7 +77,7 @@ function LogHistory($connect, $isFirst=0) { /* 소켓 통신을 통하여 필요한 html정보를 가져옴 */ if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', Start HTTP'); - $http = new HTTP("62che.com", 80, 10); + $http = new HTTP("sam-tm.com", 80, 10); if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', Connect end, '.$http->GetError()); if($http->GetErr() == true) { return false; } $http->setHttpVersion("1.1");