���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/modules/lhsystem/recaptcha.php
���ѧ٧ѧ�
<?php $tpl = erLhcoreClassTemplate::getInstance( 'lhsystem/recaptcha.tpl.php'); $rcData = erLhcoreClassModelChatConfig::fetch('recaptcha_data'); $data = (array)$rcData->data; if ( isset($_POST['StoreRecaptchaSettings']) ) { $definition = array( 'site_key' => new ezcInputFormDefinitionElement( ezcInputFormDefinitionElement::OPTIONAL, 'unsafe_raw' ), 'secret_key' => new ezcInputFormDefinitionElement( ezcInputFormDefinitionElement::OPTIONAL, 'unsafe_raw' ), 'enabled' => new ezcInputFormDefinitionElement( ezcInputFormDefinitionElement::OPTIONAL, 'boolean' ) ); if (!isset($_POST['csfr_token']) || !$currentUser->validateCSFRToken($_POST['csfr_token'])) { erLhcoreClassModule::redirect('system/smtp'); exit; } $Errors = array(); $form = new ezcInputForm( INPUT_POST, $definition ); $Errors = array(); if ( $form->hasValidData( 'site_key' )) { $data['site_key'] = $form->site_key; } else { $data['site_key'] = ''; } if ($form->hasValidData( 'secret_key' ) && $form->secret_key != '') { $data['secret_key'] = $form->secret_key; } if ( $form->hasValidData( 'enabled' ) && $form->enabled == 1) { $data['enabled'] = 1; } else { $data['enabled'] = 0; } $rcData->value = serialize($data); $rcData->saveThis(); $CacheManager = erConfigClassLhCacheConfig::getInstance(); $CacheManager->expireCache(true); $tpl->set('updated','done'); } $tpl->set('rc_data',$data); $Result['content'] = $tpl->fetch(); $Result['path'] = array(array('url' => erLhcoreClassDesign::baseurl('system/configuration'),'title' => erTranslationClassLhTranslation::getInstance()->getTranslation('system/htmlcode','System configuration')), array('title' => erTranslationClassLhTranslation::getInstance()->getTranslation('system/smtp','Re-captcha settings'))); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�