Browse Source

数据库备份

sugar1569 7 years atrás
parent
commit
0f7efe8f87
1 changed files with 2 additions and 0 deletions
  1. 2 0
      application/admin/controller/system/SystemDatabackup.php

+ 2 - 0
application/admin/controller/system/SystemDatabackup.php

@@ -165,7 +165,9 @@ class SystemDatabackup extends AuthController
      */
     public function downloadFile(Request $request = null)
     {
+        echo $request->get('feilname');
         $time = intval($request->get('feilname'));
+        echo $time;
         $this->DB->downloadFile($time,1);
     }
 }