Current Path :
/
home
/
develito
/
public_html
/
administrator
/
components
/
com_dmod
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/public_html/administrator/components/com_dmod/dmod.php
<?php /*------------------------------------------------------------------------ # com_dmod - Dmod Module Manager # ------------------------------------------------------------------------ # author Jesus Vargas Garita # copyright Copyright (C) 2010 www.joomlahill.com. All Rights Reserved. # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://www.joomlahill.com # Technical Support: Forum - http://www.joomlahill.com/forum -------------------------------------------------------------------------*/ defined('_JEXEC') or die; if (!JFactory::getUser()->authorise('core.manage', 'com_dmod')) { return JError::raiseWarning(404, JText::_('JERROR_ALERTNOAUTHOR')); } $controller = JControllerLegacy::getInstance('dmod'); $controller->execute(JFactory::getApplication()->input->get('task')); $controller->redirect();