Current Path :
/
home
/
develito
/
httpdocs
/
components
/
com_rcteam
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/httpdocs/components/com_rcteam/rcteam.php
<?php // No direct access to this file defined('_JEXEC') or die('Restricted access'); // Get an instance of the controller prefixed by Team $controller = JControllerLegacy::getInstance('RCTeam'); // Perform the Request task $input = JFactory::getApplication()->input; $controller->execute($input->getCmd('task')); // Redirect if set by the controller $controller->redirect();