Файловый менеджер - Редактировать - /home/lmsyaran/public_html/components/com_phocacart/models/rules/phocacartcaptcha.php
Назад
<?php /** * @package phocaguestbook * @subpackage Models * @copyright Copyright (C) 2012 Jan Pavelka www.phoca.cz * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL */ defined('_JEXEC') or die; class JFormRulePhocacartCaptcha extends JFormRule { public function test(SimpleXMLElement $element, $value, $group = null, JRegistry $input = null, JForm $form = null) { $app = JFactory::getApplication(); //E_ERROR, E_WARNING, E_NOTICE, E_USER_ERROR, E_USER_WARNING, E_USER_NOTICE. $info = array(); $info['field'] = 'question_captcha'; $params = PhocacartUtils::getComponentParameters(); $session = JFactory::getSession(); $namespace = 'phccrt'.$params->get('session_suffix'); // Possible parameters in Options for different captchas $captchaId = 1; switch($captchaId) { case 1: default: if (!PhocacartCaptchaRecaptcha::isValid()) { // What happens when the CAPTCHA was entered incorrectly $app->enqueueMessage(JText::_('COM_PHOCACART_WRONG_CAPTCHA' ), 'warning'); return false; } return true; break; } return false; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка