Файловый менеджер - Редактировать - /home/lmsyaran/public_html/components/com_hikashop/controllers/currency.php
Назад
<?php /** * @package HikaShop for Joomla! * @version 2.2.3 * @author hikashop.com * @copyright (C) 2010-2013 HIKARI SOFTWARE. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ defined('_JEXEC') or die('Restricted access'); ?><?php class CurrencyController extends hikashopController{ var $modify = array(); var $delete = array(); var $modify_views = array(); function __construct($config = array(),$skip=false){ $this->display[]='update'; if(!$skip){ parent::__construct($config,$skip); $this->registerDefaultTask('update'); } JRequest::setVar('tmpl','component'); } function update(){ $currency=JRequest::getInt('hikashopcurrency',0); if(!empty($currency)){ $app = JFactory::getApplication(); $app->setUserState( HIKASHOP_COMPONENT.'.currency_id', $currency ); $url = JRequest::getString('return_url',''); if(!empty($url)){ if(hikashop_disallowUrlRedirect($url)) return false; $app->redirect(urldecode($url)); } } return true; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка