Index: trunk/extensions/DonationInterface/payflowpro_gateway/extras/recaptcha/recaptcha-php/recaptchalib.php |
— | — | @@ -149,7 +149,7 @@ |
150 | 150 | * @return array response |
151 | 151 | */ |
152 | 152 | function _recaptcha_http_post_curl( $host, $path, $data, $port = 80 ) { |
153 | | - $url = "http://" . $host . ":" . $port; |
| 153 | + $url = "http://" . $host . ":" . $port . $path; |
154 | 154 | |
155 | 155 | $ch = curl_init( $url ); |
156 | 156 | curl_setopt( $ch, CURLOPT_POST, true ); |