0byt3m1n1-V2
Path:
/
home
/
academiac
/
www
/
components
/
com_unitehcarousel
/
[
Home
]
File: unitehcarousel.php
<?php /** * @package Unite Horizontal Carousel for Joomla 1.7-2.5 * @version 1.0 * @author UniteCMS.net * @copyright (C) 2012- Unite CMS * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html **/ // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); require_once JPATH_ADMINISTRATOR."/components/com_unitehcarousel/includes.php"; //error_reporting(E_ALL); // debug // Include dependancies jimport('joomla.application.component.controller'); if (UniteFunctionsHCar::isJoomla3()) { $controller = JControllerLegacy::getInstance(GlobalsUniteHCar::EXTENSION_NAME); } else { $controller = JController::getInstance(GlobalsUniteHCar::EXTENSION_NAME); } // Perform the Request task $task = JRequest::getVar('task'); $controller->execute($task); $controller->redirect(); ?>
©
2018.