diff --git a/install/index.php b/install/index.php index 6452b0efb..df7398dfa 100644 --- a/install/index.php +++ b/install/index.php @@ -23,6 +23,7 @@ $min_php_version = '7.4.0'; $max_execution_time = 600; // Seconds $max_upload_file_size = 20; // Megabyte $post_max_size = 20; // Megabyte +$req_allow_url_fopen = '1'; // 1 = on // Array of PHP modules to check global $required_php_modules; @@ -302,6 +303,21 @@ if ($_POST && isset($_POST['submit'])) { +