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  
 * @package     Joomla.Administrator  
     * Method to cancel global configuration.  
     * @return  boolean  True on success.  
        // Check if the user is authorized to do this.  
            $this->app->enqueueMessage(JText::_('JERROR_ALERTNOAUTHOR'));  
            $this->app->redirect('index.php');  
        $this->context = 
'com_config.config.global';  
        $this->redirect = 
'index.php?option=com_cpanel';  
 
 
	
		Documentation generated on Tue, 19 Nov 2013 14:55:01 +0100 by phpDocumentor 1.4.3