From 3087961e6309f9facae7bacfee8b6cffebae0bbb Mon Sep 17 00:00:00 2001 From: sugar1569 Date: Wed, 26 Sep 2018 08:48:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/system/SystemDatabackup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/controller/system/SystemDatabackup.php b/application/admin/controller/system/SystemDatabackup.php index 80ec1caf..d825d263 100644 --- a/application/admin/controller/system/SystemDatabackup.php +++ b/application/admin/controller/system/SystemDatabackup.php @@ -164,7 +164,7 @@ class SystemDatabackup extends AuthController */ public function downloadFile(Request $request = null) { - $feilname = strtotime($request->post('feilname')); + $feilname = strtotime($request->get('feilname')); $this->DB->downloadFile($feilname); } }