From b5b8e0647d988b4e0216f798cd04a5e796fdb5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <2449271624@qq.com> Date: Tue, 12 Sep 2023 11:42:45 +0800 Subject: [PATCH] Update index_body.php --- src/admin/index_body.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/admin/index_body.php b/src/admin/index_body.php index e423f53f..ef5407ec 100644 --- a/src/admin/index_body.php +++ b/src/admin/index_body.php @@ -90,10 +90,10 @@ if (empty($dopost)) { $hasPowered = true; } } - $poweredStr = $hasPowered? "" : "请保留正确的底部版权信息,"; + $poweredStr = $hasPowered? "" : "请保留正确的底部版权信息,"; echo json_encode(array( "code" => -1002, - "msg" => "当前站点已授权社区版,{$poweredStr}获取更多官方技术支持,请选择商业版", + "msg" => "当前站点已授权社区版,{$poweredStr}获取更多官方技术支持,请选择商业版", "result" => null, )); exit;