Skip to content
Snippets Groups Projects
Commit f28a63a1 authored by Kit Manners's avatar Kit Manners
Browse files

removing my fuck up

parent 9819ed53
No related branches found
No related tags found
3 merge requests!35Push changes from beta to live ,!34Push Signup validation changes to beta,!33Reduced user error
......@@ -18,7 +18,7 @@ function lookup_postcode($postcode)
include_once "../paf-key.php";
$url = "http://paf.sucs.org/?apikey=kitsmellz&postcode=" . rawurlencode($postcode);
$url = "http://paf.sucs.org/?apikey=$apikey&postcode=" . rawurlencode($postcode);
$req = curl_init($url);
curl_exec($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