Skip to content

Commit

Permalink
Update ReadItLater.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranruth committed Jan 25, 2012
1 parent 8e0c67f commit c0bff68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReadItLater.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private function serverCall($method,$data){
curl_setopt($ch, CURLOPT_URL, $link);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);
curl_setopt($ch, CURLOPT_FAILONERROR, true);
// the below check need to be there for production .to make sure we are point to correct atom server !!!
// the below check need to be there for production .to make sure we are point to correct atomic server !!!
curl_setopt ($ch, CURLOPT_SSL_VERIFYHOST, false);
curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_POST, 1);
Expand Down

0 comments on commit c0bff68

Please sign in to comment.