authorize( 'com_users', 'manage' )) { $mainframe->redirect( 'index.php', JText::_('ALERTNOTAUTH') ); } // Require the base controller require_once (JPATH_COMPONENT.DS.'controller.php'); // Create the controller $controller = new UsersController( ); // Perform the Request task $controller->execute( JRequest::getCmd('task')); $controller->redirect();