Файловый менеджер - Редактировать - /home/harasnat/www/solequestre/administrator/components/com_akeebabackup/src/Mixin/ControllerAjaxTrait.php
Назад
<?php /** * @package akeebabackup * @copyright Copyright (c)2006-2024 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ namespace Akeeba\Component\AkeebaBackup\Administrator\Mixin; defined('_JEXEC') || die; use Joomla\CMS\Component\ComponentHelper; use Joomla\CMS\MVC\Model\BaseModel; trait ControllerAjaxTrait { protected $decodeJsonAsArray = false; public function ajax() { // Parse the JSON data and reset the action query param to the resulting array $action_json = $this->input->get('action', '', 'raw'); $action = json_decode($action_json, $this->decodeJsonAsArray); /** @var BaseModel $model */ $model = $this->getModel($this->getName(), 'Administrator'); $model->setState('action', $action); $ret = $model->doAjax(); @ob_end_clean(); echo '###' . json_encode($ret) . '###'; if (ComponentHelper::getParams('com_akeebabackup')->get('no_flush', 0) != 1) { flush(); } $this->app->close(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка