Move z_fetch_url
move z_fetch_url method
This commit is contained in:
@@ -981,7 +981,7 @@ class GContact
|
||||
|
||||
$url = $server."/main/statistics";
|
||||
|
||||
$result = z_fetch_url($url);
|
||||
$result = Network::zFetchURL($url);
|
||||
if (!$result["success"]) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user