mirror of
https://github.com/hakasenyang/marumaru-php-parser
synced 2026-08-22 02:03:08 +09:00
오류 수정
오류 수정
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user