Skip to content

Commit c91a289

Browse files
committed
updated script
1 parent e81d40c commit c91a289

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Curl.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ public function execute($url = '') {
324324
}
325325

326326
(isset($this->options[CURLOPT_HTTPHEADER]) or empty($this->headers)) or $this->options[CURLOPT_HTTPHEADER] = $this->headers;
327-
328327
(isset($this->options[CURLOPT_HTTP_VERSION]) or empty($this->http_version)) or $this->options[CURLOPT_HTTP_VERSION] = $this->http_version;
329328
isset($this->options[CURLOPT_USERAGENT]) or $this->options[CURLOPT_USERAGENT] = self::USER_AGENT;
330329

0 commit comments

Comments
 (0)