Skip to content
Snippets Groups Projects
Commit c62968cc authored by Tim Clark's avatar Tim Clark
Browse files

fixed postcode lookups

parent 9941de83
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ function lookup_postcode($postcode = "")
curl_setopt($req, CURLOPT_REFERER, $referer);
curl_setopt($req, CURLOPT_RETURNTRANSFER, true);
curl_setopt($req, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($req, CURLOPT_SSLVERSION, 3);
$page = curl_exec($req);
curl_close($req);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment