ReCapcha问题

时间:2019-12-30 08:48:28

标签: php recaptcha recaptcha-v3

我已经设置了一个Piwallet,它需要一个Recapcha v2密钥,但是当我在提供正确的密钥后尝试登录时,会在调试屏幕中看到此密钥 它显示为:

 [:error] [pid 7405] [client 181.123.31.124:59758] PHP Notice: Undefined index: g-recaptcha-response in /var/www/html/index.php on line 312

该行显示为:

 $response = $reCaptcha->verifyResponse($_SERVER["REMOTE_ADDR"], $_POST["g-recaptcha-response"]);

0 个答案:

没有答案