comments deleted

This commit is contained in:
thefosk
2014-01-14 10:29:17 -08:00
parent f5fee2dc46
commit 8b184d9911

View File

@@ -182,11 +182,6 @@
} }
Unirest::http_build_query_for_curl($body, $postBody); Unirest::http_build_query_for_curl($body, $postBody);
$url .= http_build_query($postBody); $url .= http_build_query($postBody);
//foreach ($body as $parameter => $val) {
// $url .= $parameter . "=" . $val . "&";
//}
//$url = substr($url, 0, strlen($url) - 1);
} }
curl_setopt ($ch, CURLOPT_URL, Unirest::encodeUrl($url)); curl_setopt ($ch, CURLOPT_URL, Unirest::encodeUrl($url));