diff --git a/common/HttpClient.php b/common/HttpClient.php index 362a231..d78d392 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -253,6 +253,9 @@ class HttpClient $this->isSSL = false; } } + + $url = '/' . implode('/', $explode); + if (preg_match('/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/', $first)) { return $first; }