Skip to content

Commit

Permalink
corrected curl option setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanq committed Oct 17, 2011
1 parent b7270e7 commit c6a8504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
$options[CURLOPT_SSL_VERIFYPEER] = 0;
$useragent = isset($useragent) ? USER_AGENT : 'XeroOAuth-PHP';
$options[CURLOPT_USERAGENT] = $useragent;
//curl_setopt($ch, CURLOPT_USERAGENT, $useragent);


switch (XRO_APP_TYPE) {
case "Private":
Expand Down

0 comments on commit c6a8504

Please sign in to comment.