summaryrefslogtreecommitdiff
path: root/includes/install_options.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/install_options.php')
-rwxr-xr-xincludes/install_options.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/install_options.php b/includes/install_options.php
index f4a93d1..7306ea8 100755
--- a/includes/install_options.php
+++ b/includes/install_options.php
@@ -31,6 +31,6 @@ if( isset( $_REQUEST['upgrade'] ) ) {
// Added check for IIS $_SERVER['HTTPS'] uses 'off' value - wolff_borg
header( 'Location: http'.((!empty($_SERVER['HTTPS'])&&$_SERVER['HTTPS'] != 'off')?'s':'').'://'.$_SERVER['HTTP_HOST'].INSTALL_PKG_URL.'install.php?step='.( $step + 1 ) );
die;
-} else {
- $gBitSmarty->assign( 'next_step',$step );
}
+ $gBitSmarty->assign( 'next_step',$step );
+