We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c5a703 + 9c297d9 commit 262ecedCopy full SHA for 262eced
1 file changed
account/signup.php
@@ -119,7 +119,7 @@ function disableclick(event){
119
});</script>";
120
}
121
else{
122
- $secretKey = 'ADD_OWN';
+ $secretKey = '6LcQCtYcAAAAAPtWTFt_S1q_-icOALu-1Kn1kQQ0';
123
124
// Verify the reCAPTCHA response
125
$verifyResponse = file_get_contents('https://www.google.com/recaptcha/api/siteverify?secret='.$secretKey.'&response='.$_POST['g-recaptcha-response']);
@@ -424,4 +424,4 @@ function load_data(query)
424
425
});
426
427
-</script>
+</script>
0 commit comments