100% completed $app = '_done'; $gBitSmarty->assign( 'next_step', $step ); if( isset( $_REQUEST['enter_bitweaver'] ) ) { $_SESSION = null; KernelTools::bit_redirect( BIT_ROOT_URL ); } elseif( isset( $_REQUEST['continue_install'] ) ) { KernelTools::bit_redirect( INSTALL_PKG_URL.'install.php?step=5' ); } elseif( isset( $_REQUEST['resolve_conflicts'] ) ) { KernelTools::bit_redirect( INSTALL_PKG_URL.'install.php?step=6' ); } else { $gBitSmarty->assign( 'next_step',$step ); }