Source for file profile.json.php
Documentation is available at profile.json.php
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
require_once JPATH_COMPONENT.
'/controller.php';
* Profile controller class for Users.
* Returns the updated options for help site selector
// Set FTP credentials, if given
if (($data =
file_get_contents('http://update.joomla.org/helpsites/helpsites.xml')) ===
false)
throw
new Exception(JText::_('COM_CONFIG_ERROR_HELPREFRESH_FETCH'), 500);
throw
new Exception(JText::_('COM_CONFIG_ERROR_HELPREFRESH_ERROR_STORE'), 500);
Documentation generated on Tue, 19 Nov 2013 15:11:14 +0100 by phpDocumentor 1.4.3