Explorar el Código

数据库备份

sugar1569 hace 7 años
padre
commit
96c3adb236
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/admin/controller/system/SystemDatabackup.php

+ 1 - 1
application/admin/controller/system/SystemDatabackup.php

@@ -165,6 +165,6 @@ class SystemDatabackup extends AuthController
     public function downloadFile(Request $request = null)
     {
         $feilname = strtotime($request->get('feilname'));
-        $this->DB->downloadFile($feilname);
+        $this->DB->downloadFile($feilname,1);
     }
 }