add clear
This commit is contained in:
@@ -253,6 +253,9 @@ class HttpClient
|
|||||||
$this->isSSL = false;
|
$this->isSSL = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$url = '/' . implode('/', $explode);
|
||||||
|
|
||||||
if (preg_match('/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/', $first)) {
|
if (preg_match('/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/', $first)) {
|
||||||
return $first;
|
return $first;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user