mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-18 07:42:55 +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)
|
public function downloadFile($time, $part = 0)
|
||||||
{
|
{
|
||||||
$file = $this->getFile('time', $time);
|
$file = $this->getFile('time', $time);
|
||||||
|
var_dump($file);exit;
|
||||||
$fileName = $file[$part];
|
$fileName = $file[$part];
|
||||||
if (file_exists($fileName)) {
|
if (file_exists($fileName)) {
|
||||||
ob_end_clean();
|
ob_end_clean();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user