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