install
[ class tree: install ] [ index: install ] [ all elements ]

Source for file upgrade_final.php

Documentation is available at upgrade_final.php

  1. <?php
  2. /**
  3.  * @version $Header$
  4.  * @package install
  5.  * @subpackage upgrade
  6.  */
  7.  
  8. // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
  9. // All Rights Reserved. See below for details and a complete list of authors.
  10. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
  11.  
  12. // this is set to tell the progress meter to include this page --> 100% completed
  13. $app '_done';
  14. $gBitSmarty->assign'next_step'$step );
  15.  
  16. ifisset$_REQUEST['enter_bitweaver') ) {
  17.     $_SESSION NULL;
  18. elseifisset$_REQUEST['continue_install') ) {
  19.     bit_redirectINSTALL_PKG_URL.'install.php?step=5' );
  20. elseifisset$_REQUEST['resolve_conflicts') ) {
  21.     bit_redirectINSTALL_PKG_URL.'install.php?step=6' );
  22. else {
  23.     $gBitSmarty->assign'next_step',$step );
  24. }
  25. ?>

Documentation generated on Wed, 29 Jul 2015 13:57:30 +0000 by phpDocumentor 1.5.0-lsces