数据库备份

This commit is contained in:
xurongyao 2018-09-18 12:25:08 +08:00
parent b0469965d9
commit 7546b9d093

View File

@ -153,6 +153,7 @@ class Backup
$info['time'] = strtotime("{$date} {$time}");
$info['name'] = $file->getFilename();
$list["{$date} {$time}"] = $info;
}
}
return $list;