diff --git a/admin/install.php b/admin/install.php index ecbbf417a8..06cf7bbcbe 100644 --- a/admin/install.php +++ b/admin/install.php @@ -1021,6 +1021,11 @@ function print_test( $p_test_description, $p_result, $p_hard_fail = true, $p_mes # database installed, get any additional information if( 4 == $t_install_state ) { +/* + # 20141227 dregad Disabling this step for now, because it does not seem to + # be doing anything useful and can be used to retrieve system information + # when the admin directory has not been deleted (see #17939). + # @todo to be written # must post data gathered to preserve it ?> @@ -1036,6 +1041,7 @@ function print_test( $p_test_description, $p_result, $p_hard_fail = true, $p_mes # rather than the following line +*/ $t_install_state++; } # end install_state == 4