mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-17 15:02:48 +00:00
数据库备份
This commit is contained in:
parent
28c95b65e7
commit
0b89dcaf84
1
vendor/tp5er/tp5-databackup/src/Backup.php
vendored
1
vendor/tp5er/tp5-databackup/src/Backup.php
vendored
@ -225,6 +225,7 @@ class Backup
|
||||
public function downloadFile($time, $part = 0)
|
||||
{
|
||||
$file = $this->getFile('time', $time);
|
||||
var_dump($file);exit;
|
||||
$fileName = $file[$part];
|
||||
if (file_exists($fileName)) {
|
||||
ob_end_clean();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user