Файловый менеджер - Редактировать - /home/lmsyaran/public_html/administrator/components/com_hikamarket/controllers/user.php
Назад
<?php /** * @package HikaMarket for Joomla! * @version 3.1.1 * @author Obsidev S.A.R.L. * @copyright (C) 2011-2020 OBSIDEV. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ defined('_JEXEC') or die('Restricted access'); ?><?php class userMarketController extends hikamarketController { protected $type = 'user'; protected $rights = array( 'display' => array('getvalues'), 'add' => array(), 'edit' => array(), 'modify' => array(), 'delete' => array() ); public function getValues() { $displayFormat = hikaInput::get()->getVar('displayFormat', ''); $search = hikaInput::get()->getVar('search', null); $start = hikaInput::get()->getInt('start', 0); $nameboxType = hikamarket::get('type.namebox'); $options = array( 'displayFormat' => $displayFormat, 'start' => $start, ); $ret = $nameboxType->getValues($search, 'user', $options); if(!empty($ret)) { echo json_encode($ret); exit; } echo '[]'; exit; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка