Preparing Server Transfer 003

This commit is contained in:
Hyojin Ahn 2026-03-17 12:36:13 -04:00
parent 9f3e257cf2
commit f65e68f56a
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ if($action == "login") {
function post_captcha($user_response) {
$fields_string = '';
$fields = array(
'secret' => '6LfclnokAAAAAKuGAzPMyfkVw9V9QRQQWUkfkhcJ',
'secret' => '6LcrsY0sAAAAADwNiCoXbFPEDFbf0GssVRXeJi1X',
'response' => $user_response
);
foreach($fields as $key=>$value)

View File

@ -57,8 +57,8 @@ if ($_SESSION['ss_LOGIN'] == 1) {
<script type="text/javascript">
var CaptchaCallback = function() {
grecaptcha.render('RecaptchaField1', {'sitekey' : '6Lcor40sAAAAADA_hRWRGdaBpDCUF-L_8VnXMhoe'});
grecaptcha.render('RecaptchaField2', {'sitekey' : '6Lcor40sAAAAADA_hRWRGdaBpDCUF-L_8VnXMhoe'});
grecaptcha.render('RecaptchaField1', {'sitekey' : '6LcrsY0sAAAAAHOpHP2HTaGYkb8szuaSiSX2KgvS'});
grecaptcha.render('RecaptchaField2', {'sitekey' : '6LcrsY0sAAAAAHOpHP2HTaGYkb8szuaSiSX2KgvS'});
};
</script>