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");