%PDF- %PDF-
Direktori : /home/lightco1/upgrade.lightco.com.au/administrator/components/com_nextend2/ |
Current File : /home/lightco1/upgrade.lightco.com.au/administrator/components/com_nextend2/nextend2.php |
<?php if (JFactory::getUser()->authorise('core.manage', 'com_nextend2')) { jimport("nextend2.nextend.joomla.library"); N2Base::getApplication("system")->getApplicationType('backend')->render(array( "controller" => "dashboard", "action" => "index" )); n2_exit(); } else { return JError::raiseWarning(404, JText::_('JERROR_ALERTNOAUTHOR')); }