Файловый менеджер - Редактировать - /home/lmsyaran/public_html/administrator/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 $type='currency'; function __construct(){ parent::__construct(); $this->modify[]='update'; } 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; } $ratePlugin = hikashop_import('hikashop','rates'); if($ratePlugin){ $ratePlugin->updateRates(); } else { if(!HIKASHOP_PHP5) { $app=& JFactory::getApplication(); } else { $app= JFactory::getApplication(); } $app->enqueueMessage('Currencies rates auto update plugin not found !','error'); } $this->listing(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка