Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/administrator/components/com_componentbuilder/controllers/search.php
Назад
<?php /** * @package Joomla.Component.Builder * * @created 30th April, 2015 * @author Llewellyn van der Merwe <https://dev.vdm.io> * @git Joomla Component Builder <https://git.vdm.dev/joomla/Component-Builder> * @copyright Copyright (C) 2015 Vast Development Method. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access to this file defined('_JEXEC') or die('Restricted access'); use Joomla\CMS\Factory; use Joomla\CMS\Language\Text; use Joomla\CMS\MVC\Controller\BaseController; use Joomla\CMS\Router\Route; use Joomla\CMS\Session\Session; use Joomla\Utilities\ArrayHelper; /** * Componentbuilder Search Base Controller */ class ComponentbuilderControllerSearch extends BaseController { public function __construct($config) { parent::__construct($config); } public function dashboard() { $this->setRedirect(Route::_('index.php?option=com_componentbuilder', false)); return; } public function openCompiler() { // Check for request forgeries Session::checkToken() or die(Text::_('JINVALID_TOKEN')); // redirect to the libraries $this->setRedirect(Route::_('index.php?option=com_componentbuilder&view=compiler', false)); return; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка