Review update
Rename function, move others
This commit is contained in:
@@ -181,7 +181,7 @@ class ExAuth
|
||||
|
||||
$url = ($ssl ? 'https' : 'http') . '://' . $host . '/noscrape/' . $user;
|
||||
|
||||
$data = Network::zFetchURL($url);
|
||||
$data = Network::curl($url);
|
||||
|
||||
if (!is_array($data)) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user