作者 何书鹏

用户数据导入

... ... @@ -337,6 +337,7 @@ class User extends Backend
}
if ($row) {
$row['status'] = 'normal';
$row['expirationtime'] = intval(($row['expirationtime'] - 25569) * 3600 * 24) - 28800; //转换成1970年以来的秒数
$insert[] = $row;
}
}
... ...