Skip to content

Commit

Permalink
Get reCaptcha request with JHttp
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido De Gobbis committed Mar 31, 2015
1 parent 7f32eb1 commit c513bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/captcha/recaptcha/recaptchalib.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class JReCaptchaResponse
class JReCaptcha
{
private static $_signupUrl = "https://www.google.com/recaptcha/admin";
private static $_siteVerifyUrl = "https://www.google.com/recaptcha/api/siteverify?";
private static $_siteVerifyUrl = "https://www.google.com/recaptcha/api/siteverify";
private $_secret;
private static $_version = "php_1.0";

Expand Down

0 comments on commit c513bce

Please sign in to comment.