Файловый менеджер - Редактировать - /home/lmsyaran/public_html/components/com_invoices/invoices.php
Назад
<?php /*------------------------------------------------------------------------ # com_invoices - Invoice Manager for Joomla # ------------------------------------------------------------------------ # author Germinal Camps # copyright Copyright (C) 2012 - 2016 JoomlaThat.com. All Rights Reserved. # @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://www.joomlathat.com # Technical Support: Forum - http://www.joomlathat.com/support -------------------------------------------------------------------------*/ //no direct access defined('_JEXEC') or die('Restricted access.'); //new for Joomla 3.0 if(!defined('DS')){ define('DS',DIRECTORY_SEPARATOR); } // Require the base controller require_once (JPATH_COMPONENT.DS.'controller.php'); require_once(JPATH_COMPONENT.DS.'helpers'.DS.'helpers.php'); $prefix = 'Invoices'; // Create the controller $classname = $prefix.'Controller'; $controller = new $classname( ); JHtml::_('jquery.framework'); JHtml::_('bootstrap.framework'); // Perform the Request task $controller->execute( JRequest::getVar('task')); // Redirect if set by the controller $controller->redirect(); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка