100% completed $app = '_done'; $gBitSmarty->assign( 'next_step',$step ); if( isset( $_REQUEST['enter_bitweaver'] ) ) { $_SESSION = null; header( 'Location: '.BIT_ROOT_URL ); die; } elseif( isset( $_REQUEST['continue_install'] ) ) { header( 'Location: '.INSTALL_PKG_URL.'install.php?step=4' ); die; } $gBitSmarty->assign( 'next_step',$step );