Skip to content

Commit

Permalink
Fix gist proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Idered committed Apr 1, 2015
1 parent a55f7ab commit 2123888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editr/libs/proxy.gist.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function curlQuery($url, $username, array $headers = array())
CURLOPT_TIMEOUT => 7,
CURLOPT_SSL_VERIFYPEER => false,
CURLOPT_SSL_VERIFYHOST => 2,
CURLOPT_SSLVERSION => 3,
CURLOPT_HTTPGET => true
));

Expand Down

0 comments on commit 2123888

Please sign in to comment.