diff --git a/include/webparser.php b/include/webparser.php index 927e2ad..c8899a9 100644 --- a/include/webparser.php +++ b/include/webparser.php @@ -34,7 +34,7 @@ $data = curl_exec($ch); curl_close($ch); if ($curl_errno > 0) - $this->ErrorEcho(14, 'Connect Error!!!'); + return 0; return ($data) ? $data : false; } } \ No newline at end of file