diff --git a/httpclient.php b/httpclient.php index dc17d53..3242aeb 100644 --- a/httpclient.php +++ b/httpclient.php @@ -596,7 +596,6 @@ class Httpclient } if ($this->method !== "GET" && ! empty ($this->formData)) { -var_dump ($this->headersSent); if (! key_exists ("Content-Type", $this->headersSent)) $this->headersSent["Content-Type"] = "application/x-www-form-urlencoded";