Browse Source

Update module_make.php

tags/6.2.8
叙述、别离 11 months ago
parent
commit
0e997d2967
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/admin/module_make.php

+ 1
- 1
src/admin/module_make.php View File

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


Loading…
Cancel
Save