From b40f0feb35b102ca56db8cc6f06b3e7955eeafd3 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 28 Jan 2024 15:35:54 +0100 Subject: [PATCH] added allow_furl_open to precheck --- install/index.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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'])) { + + allow_url_fopen + On + + + On + + Off + + +