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