File manager - Edit - /home/jardides/www/Jardi-design/old/administrator/components/com_hotspots/hotspots.php
Back
<?php /** * @package Hotspots * @author DanielDimitrov <daniel@compojoom.com> * @date 19.09.14 * * @copyright Copyright (C) 2008 - 2013 compojoom.com . All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ defined('_JEXEC') or die('Restricted access'); // Access check. if (!JFactory::getUser()->authorise('core.manage', 'com_hotspots')) { return JError::raiseWarning(404, JText::_('JERROR_ALERTNOAUTHOR')); } require_once JPATH_LIBRARIES . '/compojoom/include.php'; // Load the category for j2.5 jimport('joomla.application.categories'); require_once JPATH_COMPONENT_ADMINISTRATOR . '/version.php'; JLoader::discover('HotspotsHelper', JPATH_COMPONENT_SITE . '/helpers'); JLoader::discover('hotspotsHelper', JPATH_COMPONENT_ADMINISTRATOR . '/helpers'); JLoader::registerPrefix('HotspotsLibrary', JPATH_COMPONENT_ADMINISTRATOR . '/libraries'); require_once JPATH_COMPONENT_SITE . '/includes/defines.php'; require_once JPATH_COMPONENT_SITE . '/views/view.php'; require_once JPATH_COMPONENT . '/controller.php'; JTable::addIncludePath(JPATH_COMPONENT . '/tables'); // Load language CompojoomLanguage::load('com_hotspots', JPATH_SITE); CompojoomLanguage::load('com_hotspots', JPATH_ADMINISTRATOR); CompojoomLanguage::load('com_hotspots.sys', JPATH_ADMINISTRATOR); $input = JFactory::getApplication()->input; $controller = JControllerLegacy::getInstance('Hotspots'); $controller->execute($input->getCmd('task')); $controller->redirect();
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings