func_history를 sam-tm.com으로 변경

This commit is contained in:
2018-02-01 01:47:57 +09:00
parent b02e93f5e7
commit 74f9eb6e4e
+1 -1
View File
@@ -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");