From 1b733923566a92e5a45e7b2554a99d0ef3050aa4 Mon Sep 17 00:00:00 2001 From: sugar1569 Date: Sat, 22 Sep 2018 13:14:14 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/admin/controller/system/SystemDatabackup.php b/application/admin/controller/system/SystemDatabackup.php index d74ddc76..68865839 100644 --- a/application/admin/controller/system/SystemDatabackup.php +++ b/application/admin/controller/system/SystemDatabackup.php @@ -116,11 +116,11 @@ class SystemDatabackup extends AuthController */ public function delFile(Request $request = null) { - $time = strtotime($request->post('time')); - echo $time; + $feilname = strtotime($request->post('feilname')); + echo $feilname; - //$files = $this->DB->delFile($time); + $files = $this->DB->delFile($feilname); // return Json::result(0,'sucess',$data,count($data)); } }