authorise('core.manage', 'com_ffexplorer')) { throw new Exception(Text::_('JERROR_ALERTNOAUTHOR'), 403); } $controller = BaseController::getInstance('ffexplorer'); $controller->execute(Factory::getApplication()->input->get('task')); $controller->redirect();