* Invision Power Services * IP.Board v3.4.6 * Upgrade gateway * Last Updated: $LastChangedDate: 2012-05-10 16:10:13 -0400 (Thu, 10 May 2012) $ * * * @author $Author: bfarber $ * @copyright (c) 2001 - 2009 Invision Power Services, Inc. * * @package IP.Board * * @since 14th May 2003 * @version $Rev: 10721 $ */ define( 'IPB_THIS_SCRIPT', 'admin' ); define( 'IPS_IS_UPGRADER', TRUE ); define( 'IPS_IS_INSTALLER', FALSE ); require_once( '../../initdata.php' );/*noLibHook*/ require_once( IPS_ROOT_PATH . 'setup/sources/base/ipsRegistry_setup.php' );/*noLibHook*/ require_once( IPS_ROOT_PATH . 'setup/sources/base/ipsController_setup.php' );/*noLibHook*/ ipsController::run(); exit();