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));