Файловый менеджер - Редактировать - /home/lmsyaran/public_html/administrator/components/com_componentbuilder/controllers/get_snippets.php
Назад
<?php /** * @package Joomla.Component.Builder * * @created 30th April, 2015 * @author Llewellyn van der Merwe <http://www.joomlacomponentbuilder.com> * @github Joomla Component Builder <https://github.com/vdm-io/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\Utilities\ArrayHelper; /** * Get_snippets Controller */ class ComponentbuilderControllerGet_snippets extends JControllerAdmin { protected $text_prefix = 'COM_COMPONENTBUILDER_GET_SNIPPETS'; /** * Proxy for getModel. * @since 2.5 */ public function getModel($name = 'Get_snippets', $prefix = 'ComponentbuilderModel', $config = array()) { $model = parent::getModel($name, $prefix, array('ignore_request' => true)); return $model; } public function dashboard() { $this->setRedirect(JRoute::_('index.php?option=com_componentbuilder', false)); return; } public function openLibraries() { // Check for request forgeries JSession::checkToken() or die(JText::_('JINVALID_TOKEN')); // redirect to the libraries $this->setRedirect(JRoute::_('index.php?option=com_componentbuilder&view=libraries', false)); return; } public function openSnippets() { // Check for request forgeries JSession::checkToken() or die(JText::_('JINVALID_TOKEN')); // redirect to the snippets $this->setRedirect(JRoute::_('index.php?option=com_componentbuilder&view=snippets', false)); return; } public function openSiteViews() { // Check for request forgeries JSession::checkToken() or die(JText::_('JINVALID_TOKEN')); // redirect to the site views $this->setRedirect(JRoute::_('index.php?option=com_componentbuilder&view=site_views', false)); return; } public function openCustomAdminViews() { // Check for request forgeries JSession::checkToken() or die(JText::_('JINVALID_TOKEN')); // redirect to the custom admin views $this->setRedirect(JRoute::_('index.php?option=com_componentbuilder&view=custom_admin_views', false)); return; } public function openTemplates() { // Check for request forgeries JSession::checkToken() or die(JText::_('JINVALID_TOKEN')); // redirect to the templates $this->setRedirect(JRoute::_('index.php?option=com_componentbuilder&view=templates', false)); return; } public function openLayouts() { // Check for request forgeries JSession::checkToken() or die(JText::_('JINVALID_TOKEN')); // redirect to the layouts $this->setRedirect(JRoute::_('index.php?option=com_componentbuilder&view=layouts', false)); return; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка