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

Source for file upgrade_welcome.php

Documentation is available at upgrade_welcome.php

  1. <?php
  2. /**
  3.  * @version $Header$
  4.  * @package install
  5.  * @subpackage upgrade
  6.  */
  7.  
  8. ifpreg_match'/mysql/'$gBitDbType )) {
  9.     $gBitSmarty->assign'dbWarning''MySQL 4.1 or greater is required to run the installer. bitweaver will support MySQL 3.23 and above, however, the upgrade process currently uses "sub-selects" which are only supported in MySQL 4.1 and higher and all other real databases.' );
  10.     $gBitSmarty->assign'warningSubmit''Click if MySQL 4.1 is installed' );
  11. }
  12.  
  13. ini_set"max_execution_time""86400" );
  14. ifini_get"max_execution_time" != 86400 {
  15.     $gBitSmarty->assign'max_execution_time'ini_get"max_execution_time" ) );
  16. }
  17.  
  18. // assign next step in installation process
  19. $gBitSmarty->assign'next_step'$step );
  20. ?>

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