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