--- install/index.php +++ install/index.php @@ -1073,73 +1073,11 @@ version_compare(VERSION, '7.0-rc1') >= 0 ) { - // clean output - @ob_clean(); - - $output .= ''; - $output .= ''; - $output .= ''; - $output .= 'CiviCRM Installed'; - $output .= ''; - $output .= ''; - $output .= ''; - $output .= '

CiviCRM has been successfully installed

'; - $output .= ''; - $output .= '
'; - $output .= ''; - $output .= ''; - echo $output; + // send back to the install with profile and locale variables + // this allows the user to pick up where they left off in the install + $URL_to_continue_Drupal_install = civicrm_cms_base() . 'install.php?profile=' . $_GET['profile'] . '&locale=' . $_GET['locale'];; + header('Location: '. $URL_to_continue_Drupal_install); + } elseif ($installType == 'drupal' && version_compare(VERSION, '6.0') >= 0) { // clean output