context = 'com_config.config.global'; $this->component = $this->input->get('component'); $this->redirect = 'index.php?option=' . $this->component; parent::execute(); } }