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}