From ae84b354cb5255ce963fe2f93ff0d3d8c17cde42 Mon Sep 17 00:00:00 2001 From: hdm Date: Thu, 9 Sep 2021 09:28:41 +0800 Subject: [PATCH] =?UTF-8?q?layui=E6=95=B4=E4=BD=93=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E5=88=B02.68=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/home/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/home/controller/Index.php b/app/home/controller/Index.php index e625f1b..8ec4b84 100644 --- a/app/home/controller/Index.php +++ b/app/home/controller/Index.php @@ -31,7 +31,7 @@ class Index extends BaseController { $version = CMS_VERSION; add_user_log('down', $version.'版本代码'); - header("Location: https://www.gougucms.com/storage/gougucms_".$version."_full.zip"); + header("Location: https://www.gougucms.com/storage/gougucms_v".$version."_full.zip"); //确保重定向后,后续代码不会被执行 exit; }