Review update
Rename function, move others
This commit is contained in:
@@ -145,7 +145,7 @@ class ParseUrl
|
||||
$siteinfo["url"] = $url;
|
||||
$siteinfo["type"] = "link";
|
||||
|
||||
$data = Network::zFetchURL($url);
|
||||
$data = Network::curl($url);
|
||||
if (!$data['success']) {
|
||||
return($siteinfo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user