오류 수정

오류 수정
This commit is contained in:
hakasenyang
2017-01-07 08:35:49 +09:00
parent e1bc69e587
commit 686b7e65b6
2 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -30,9 +30,9 @@
}
$data = curl_exec($ch);
curl_close($ch);
if ($curl_errno > 0)
if (curl_errno($ch))
$this->ErrorEcho(14, 'Connect Error!!!');
curl_close($ch);
return ($data) ? $data : false;
}
public function FileRead($filename=NULL)