| Source for file migrate_final.phpDocumentation is available at migrate_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'] ) ) {    $gBitSmarty->assign( 'next_step',$step ); |