From 8ee8815cbe9619e8980deb0268ce9f15d6d73f7e Mon Sep 17 00:00:00 2001 From: tianya Date: Mon, 28 Sep 2020 18:03:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=9F=A5=E6=98=AF=E5=90=A6=E6=9C=89op?= =?UTF-8?q?enssl=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/install/index.php | 1 + src/install/templates/step-2.html | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/install/index.php b/src/install/index.php index 2b1c9f59..0e018171 100755 --- a/src/install/index.php +++ b/src/install/index.php @@ -66,6 +66,7 @@ else if($step==2) $sp_host = (empty($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_HOST'] : $_SERVER['REMOTE_ADDR']); $sp_name = $_SERVER['SERVER_NAME']; $sp_max_execution_time = ini_get('max_execution_time'); + $sp_openssl = (extension_loaded("openssl") ? '[√]On' : '[×]Off'); $sp_allow_reference = (ini_get('allow_call_time_pass_reference') ? '[√]On' : '[×]Off'); $sp_allow_url_fopen = (ini_get('allow_url_fopen') ? '[√]On' : '[×]Off'); $sp_safe_mode = (ini_get('safe_mode') ? '[×]On' : '[√]Off'); diff --git a/src/install/templates/step-2.html b/src/install/templates/step-2.html index deb00b39..7b128259 100755 --- a/src/install/templates/step-2.html +++ b/src/install/templates/step-2.html @@ -64,7 +64,7 @@ PHP版本 - + (建议使用PHP7.0以上版本) 系统安装目录 @@ -81,6 +81,11 @@ 要求 实际状态及建议 + + OpenSSL + On + (不符合将无法完成Dede商业支持) + allow_url_fopen On