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