From 0e997d2967072ff4d03c0fe772a5e68ca7b3dd4f 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?= <93301500+xushubieli@users.noreply.github.com> Date: Mon, 29 May 2023 16:40:52 +0800 Subject: [PATCH] Update module_make.php --- src/admin/module_make.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admin/module_make.php b/src/admin/module_make.php index 2acff82f..d8db65d7 100644 --- a/src/admin/module_make.php +++ b/src/admin/module_make.php @@ -31,7 +31,7 @@ else if ($action == 'make') { $devContent = $dhd->GetHtml(); $devInfo = (array)json_decode($devContent); if (($devInfo['auth_at'] + 60 * 60 * 24 * 365) < time()) { - ShowMsg("您的开发者账号已经过期,请登录DedeBIZ申请续费", "-1"); + ShowMsg("您的开发者账号已经过期,登录DedeBIZ官网申请续费", "-1"); exit(); } $filelist = str_replace("\r", "\n", trim($filelist));