diff --git a/core/install/install.php b/core/install/install.php index df48ed0216..6fb146094f 100644 --- a/core/install/install.php +++ b/core/install/install.php @@ -181,10 +181,10 @@ elseif (strlen($admin_password) < 5) { $messages[] = "Please provide an Admin Password that is 5 or more characters.
\n"; } if ( count($messages) > $existing_errors) { $install_step = 'config_detail'; } } - if($re_detect_switch == true ){ + if($re_detect_switch === true ){ $install_step = 'detect_config'; } - + if($install_step =='execute') { //set the max execution time to 1 hour ini_set('max_execution_time',3600); diff --git a/core/install/resources/page_parts/install_event_socket.php b/core/install/resources/page_parts/install_event_socket.php index 911a455492..bf9f2c43c2 100644 --- a/core/install/resources/page_parts/install_event_socket.php +++ b/core/install/resources/page_parts/install_event_socket.php @@ -35,7 +35,8 @@ $detect_ok = false; } echo "\n"; - echo "\n"; + echo "\n"; + echo "\n"; echo "\n"; echo "\n";