diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 8837911..1a2036e 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -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);