Explorar el Código

数据库备份

sugar1569 hace 7 años
padre
commit
0b89dcaf84
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      vendor/tp5er/tp5-databackup/src/Backup.php

+ 1 - 0
vendor/tp5er/tp5-databackup/src/Backup.php

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