authorise('core.admin', 'com_config')) { $this->app->enqueueMessage(JText::_('JERROR_ALERTNOAUTHOR')); $this->app->redirect('index.php'); } $this->context = 'com_config.config.global'; $this->redirect = 'index.php?option=com_cpanel'; parent::execute(); } }