Файловый менеджер - Редактировать - /home/poliximo/public_html/home_/administrator/components/com_rsevents/rsevents.php
Назад
<?php /** * @version 1.0.0 * @package RSEvents! 1.0.0 * @copyright (C) 2009 www.rsjoomla.com * @license GPL, http://www.gnu.org/copyleft/gpl.html */ defined( '_JEXEC' ) or die( 'Restricted access' ); define('RSE_RS_PRODUCT','RSEvents!'); define('RSE_RS_VERSION','1.0.0'); define('RSE_RS_REVISION','15'); define('RSE_RS_KEY','EV8SK739H1'); define('RSE_RS_COPYRIGHT','©2007-2009 www.rsjoomla.com'); define('RSE_RS_LICENSE','GPL License'); define('RSE_RS_AUTHOR','<a href="http://www.rsjoomla.com" target="_blank">www.rsjoomla.com</a>'); $doc = JFactory::getDocument(); $doc->addScript(JURI::root(true).'/administrator/components/com_rsevents/rsevents.js'); require_once( JPATH_COMPONENT.DS.'controller.php' ); if($controller = JRequest::getWord('controller')) { $path = JPATH_COMPONENT.DS.'controllers'.DS.$controller.'.php'; if (file_exists($path)) { require_once $path; } else { $controller = ''; } } $classname = 'rseventsController'.$controller; $controller = new $classname( ); //debug only //error_reporting(E_ALL); //ini_set('display_errors',true); $controller->registerDefaultTask('main'); $controller->execute(JRequest::getVar('task')); $controller->redirect();
| ver. 1.4 |
Github
|
.
| PHP 8.3.31 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка