summaryrefslogtreecommitdiff
path: root/install_welcome.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-06-14 06:55:13 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-06-14 06:55:13 +0000
commitf291bbe9add9795c8ee34c1de63b8a531564ae38 (patch)
treef30e18664cfe8fee0ef2a377051625569507189e /install_welcome.php
parente335962d9d2c68b542d4fe45d13b36a434fa6883 (diff)
downloadinstall-f291bbe9add9795c8ee34c1de63b8a531564ae38.tar.gz
install-f291bbe9add9795c8ee34c1de63b8a531564ae38.tar.bz2
install-f291bbe9add9795c8ee34c1de63b8a531564ae38.zip
change flow of installer. users all need to go through install checks since so much has happened since R1.
Diffstat (limited to 'install_welcome.php')
-rw-r--r--install_welcome.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/install_welcome.php b/install_welcome.php
index d3e45a8..a482cde 100644
--- a/install_welcome.php
+++ b/install_welcome.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_install/install_welcome.php,v 1.4 2006/05/06 22:01:53 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_install/install_welcome.php,v 1.5 2007/06/14 06:55:13 squareing Exp $
* @package install
* @subpackage functions
*/
@@ -13,12 +13,6 @@
if( !empty( $_REQUEST['install'] ) ) {
header( 'Location: http://'.$_SERVER['HTTP_HOST'].INSTALL_PKG_URL.'install.php?step='.( $step + 1 ) );
die;
-} elseif( !empty( $_REQUEST['upgrade'] ) ) {
- $_SESSION['upgrade'] = TRUE;
- $_SESSION['upgrade_r1'] = TRUE;
- $_SESSION['first_install'] = TRUE;
- header( 'Location: http://'.$_SERVER['HTTP_HOST'].INSTALL_PKG_URL.'upgrade.php' );
- die;
}
$gBitSmarty->assign( 'next_step',$step );
?>