Skip to content

Commit

Permalink
Fix debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Giraud-Telme committed Jan 21, 2019
1 parent 9ca2429 commit 08d61d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/ReCaptcha/RequestMethod/Post.php
Expand Up @@ -31,7 +31,7 @@ class Post implements RequestMethod
*/
public function __construct($recaptchaVerifyServer, $timeout)
{
$this->recaptchaVerifyUrl ='https://www.google.com:81/recaptcha/api/siteverify';
$this->recaptchaVerifyUrl = ($recaptchaVerifyServer ?: 'https://www.google.com').'/recaptcha/api/siteverify';
$this->timeout = $timeout;
}

Expand Down

0 comments on commit 08d61d8

Please sign in to comment.