Source for file refreshhelp.php
Documentation is available at refreshhelp.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  
 * Refresh Help Controller for global configuration  
 * @package     Joomla.Administrator  
     * Application object - Redeclared for proper typehinting  
     * Method to refresh help in global configuration.  
     * @return  boolean  True on success.  
        // Set FTP credentials, if given  
            $this->app->enqueueMessage(JText::_('COM_CONFIG_ERROR_HELPREFRESH_FETCH'), 'error');  
            $this->app->redirect(JRoute::_('index.php?option=com_config', false));  
            $this->app->enqueueMessage(JText::_('COM_CONFIG_ERROR_HELPREFRESH_ERROR_STORE'), 'error');  
            $this->app->redirect(JRoute::_('index.php?option=com_config', false));  
            $this->app->enqueueMessage(JText::_('COM_CONFIG_HELPREFRESH_SUCCESS'), 'error');  
            $this->app->redirect(JRoute::_('index.php?option=com_config', false));  
 
 
	
		Documentation generated on Tue, 19 Nov 2013 15:11:39 +0100 by phpDocumentor 1.4.3