From b44a92ba76208f171cf007572da30d822fc2beb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 13 Oct 2022 21:48:32 +0800 Subject: [PATCH] Update index.html --- app/admin/view/config/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/view/config/index.html b/app/admin/view/config/index.html index aa42209f7..a95813557 100644 --- a/app/admin/view/config/index.html +++ b/app/admin/view/config/index.html @@ -161,7 +161,7 @@ 服务器环境 - {$request->server('SERVER_SOFTWARE',php_sapi_name())},PHP {$Think.const.PHP_VERSION} + {:ucfirst($request->server('SERVER_SOFTWARE',php_sapi_name()))} & PHP {$Think.const.PHP_VERSION}