Skip to content

Commit

Permalink
Updated for Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SEMAT-Exists committed May 22, 2019
1 parent be22690 commit 0c557c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion register.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function generate_my_uuid() {
CURLOPT_URL => 'https://www.google.com/recaptcha/api/siteverify',
CURLOPT_POST => 1,
CURLOPT_POSTFIELDS => array(
'secret' => '6LdWYl0UAAAAAF-OOWcmOaFeiBFamk36-G6BVAHq',
'secret' => 'XXXXXXXXXXXXXXXXXXXXXXX',
'response' => $_POST['g-recaptcha-response']
)
));
Expand Down

0 comments on commit 0c557c7

Please sign in to comment.