Source for file install.php
Documentation is available at install.php
* @package Joomla.Administrator
* @subpackage com_installer
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @package Joomla.Administrator
* @subpackage com_installer
// Check for request forgeries
// TODO: Reset the users acl here as well to kill off any missing bits
$redirect_url =
$app->getUserState('com_installer.redirect_url');
if (empty($redirect_url))
$redirect_url =
JRoute::_('index.php?option=com_installer&view=install', false);
// wipe out the user state when we're going to redirect
$app->setUserState('com_installer.redirect_url', '');
$app->setUserState('com_installer.message', '');
$app->setUserState('com_installer.extension_message', '');
Documentation generated on Tue, 19 Nov 2013 15:05:39 +0100 by phpDocumentor 1.4.3