add clear
This commit is contained in:
@@ -320,7 +320,7 @@ class HttpClient
|
|||||||
if (!empty($this->host)) {
|
if (!empty($this->host)) {
|
||||||
return $string;
|
return $string;
|
||||||
}
|
}
|
||||||
|
var_dump($this->host,$string);
|
||||||
if ($this->isHttp($string)) {
|
if ($this->isHttp($string)) {
|
||||||
$string = str_replace('http://', '', $string);
|
$string = str_replace('http://', '', $string);
|
||||||
$hostAndUrls = explode('/', $string);
|
$hostAndUrls = explode('/', $string);
|
||||||
|
|||||||
Reference in New Issue
Block a user