Skip to content

Commit 262eced

Browse files
Merge pull request #64 from Athena-Education/hariketsheth
Updated Email Verification (#22, #24)
2 parents 8c5a703 + 9c297d9 commit 262eced

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

account/signup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function disableclick(event){
119119
});</script>";
120120
}
121121
else{
122-
$secretKey = 'ADD_OWN';
122+
$secretKey = '6LcQCtYcAAAAAPtWTFt_S1q_-icOALu-1Kn1kQQ0';
123123

124124
// Verify the reCAPTCHA response
125125
$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)
424424
}
425425
});
426426
});
427-
</script>
427+
</script>

0 commit comments

Comments
 (0)