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

Source for file migrate_final.php

Documentation is available at migrate_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.     header'Location: '.BIT_ROOT_URL );
  19.     die;
  20. elseifisset$_REQUEST['continue_install') ) {
  21.     header'Location: '.INSTALL_PKG_URL.'install.php?step=4' );
  22.     die;
  23. else {
  24.     $gBitSmarty->assign'next_step',$step );
  25. }
  26. ?>

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