Source for file cancel.php
Documentation is available at cancel.php
* @package Joomla.Administrator
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* Cancel Controller for global configuration components
* @package Joomla.Administrator
* Method to cancel global configuration component.
$this->context =
'com_config.config.global';
$this->component =
$this->input->getWord('component');
$this->redirect =
'index.php?option=' .
$this->component;
Documentation generated on Tue, 19 Nov 2013 14:55:01 +0100 by phpDocumentor 1.4.3