add clear
This commit is contained in:
@@ -322,6 +322,7 @@ class HttpClient
|
|||||||
}
|
}
|
||||||
|
|
||||||
$hostAndUrls = explode('/', $string);
|
$hostAndUrls = explode('/', $string);
|
||||||
|
var_dump($hostAndUrls);
|
||||||
if (empty($hostAndUrls)) {
|
if (empty($hostAndUrls)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@@ -339,7 +340,6 @@ class HttpClient
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
var_dump($hostAndUrls);
|
|
||||||
|
|
||||||
$this->host = System::gethostbyname($this->host);
|
$this->host = System::gethostbyname($this->host);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user