func_history를 sam-tm.com으로 변경
This commit is contained in:
@@ -77,7 +77,7 @@ function LogHistory($connect, $isFirst=0) {
|
|||||||
|
|
||||||
/* 소켓 통신을 통하여 필요한 html정보를 가져옴 */
|
/* 소켓 통신을 통하여 필요한 html정보를 가져옴 */
|
||||||
if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', Start HTTP');
|
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(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', Connect end, '.$http->GetError());
|
||||||
if($http->GetErr() == true) { return false; }
|
if($http->GetErr() == true) { return false; }
|
||||||
$http->setHttpVersion("1.1");
|
$http->setHttpVersion("1.1");
|
||||||
|
|||||||
Reference in New Issue
Block a user