mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-06 15:58:10 +00:00
Clean up capitalization
This commit is contained in:
+2
-2
@@ -106,9 +106,9 @@ class Curl
|
||||
} else {
|
||||
$this->base_url = $url_mixed;
|
||||
$this->url = $this->buildURL($url_mixed, $data);
|
||||
$this->setopt(CURLOPT_URL, $this->url);
|
||||
$this->setOpt(CURLOPT_URL, $this->url);
|
||||
$this->setOpt(CURLOPT_CUSTOMREQUEST, 'GET');
|
||||
$this->setopt(CURLOPT_HTTPGET, true);
|
||||
$this->setOpt(CURLOPT_HTTPGET, true);
|
||||
return $this->exec();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user