summaryrefslogtreecommitdiff
path: root/upgrade_welcome.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-05-06 22:01:53 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-05-06 22:01:53 +0000
commitf958361d0512bff945f55ab74410f41fd10ddb6d (patch)
treefa68fc638e83652027233ba8dac7f9c0e979758d /upgrade_welcome.php
parenta63d1fae2d0e62fb0c5a31931865046af654c02b (diff)
downloadinstall-f958361d0512bff945f55ab74410f41fd10ddb6d.tar.gz
install-f958361d0512bff945f55ab74410f41fd10ddb6d.tar.bz2
install-f958361d0512bff945f55ab74410f41fd10ddb6d.zip
start adding bitweaver R1 to R2 specific instructions and making upgrade process a bit more pleasant
Diffstat (limited to 'upgrade_welcome.php')
-rw-r--r--upgrade_welcome.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/upgrade_welcome.php b/upgrade_welcome.php
index 01afbdc..3413335 100644
--- a/upgrade_welcome.php
+++ b/upgrade_welcome.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_install/upgrade_welcome.php,v 1.3 2005/08/01 18:40:31 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_install/upgrade_welcome.php,v 1.4 2006/05/06 22:01:53 squareing Exp $
* @package install
* @subpackage upgrade
*/
@@ -14,6 +14,9 @@ if( preg_match( '/mysql/', $gBitDbType ) ) {
$gBitSmarty->assign( 'warningSubmit', 'Click if MySQL 4.1 is installed' );
}
+ini_set( "max_execution_time", "86400" );
+$gBitSmarty->assign( 'max_execution_time', ini_get( "max_execution_time" ) );
+
// assign next step in installation process
$gBitSmarty->assign( 'next_step',$step + 1 );
?>