Source for file upgrade_final.php
Documentation is available at upgrade_final.php
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See below for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
// this is set to tell the progress meter to include this page --> 100% completed
$gBitSmarty->assign( 'next_step', $step );
if( isset ( $_REQUEST['enter_bitweaver'] ) ) {
} elseif( isset ( $_REQUEST['continue_install'] ) ) {
} elseif( isset ( $_REQUEST['resolve_conflicts'] ) ) {
$gBitSmarty->assign( 'next_step',$step );
|