Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 08d61d8

Browse files
author
Marc Giraud-Telme
committed
Fix debug
1 parent 9ca2429 commit 08d61d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/Extension/ReCaptcha/RequestMethod

src/Extension/ReCaptcha/RequestMethod/Post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Post implements RequestMethod
3131
*/
3232
public function __construct($recaptchaVerifyServer, $timeout)
3333
{
34-
$this->recaptchaVerifyUrl ='https://www.google.com:81/recaptcha/api/siteverify';
34+
$this->recaptchaVerifyUrl = ($recaptchaVerifyServer ?: 'https://www.google.com').'/recaptcha/api/siteverify';
3535
$this->timeout = $timeout;
3636
}
3737

0 commit comments

Comments
 (0)