From efca18a1d0796d4af2ab167c39305a2b5c630424 Mon Sep 17 00:00:00 2001 From: xurongyao Date: Tue, 18 Sep 2018 14:48:47 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/application/admin/controller/system/SystemDatabackup.php b/application/admin/controller/system/SystemDatabackup.php index 5215e1ac..98c52069 100644 --- a/application/admin/controller/system/SystemDatabackup.php +++ b/application/admin/controller/system/SystemDatabackup.php @@ -117,6 +117,7 @@ class SystemDatabackup extends AuthController public function delFile(Request $request = null) { $time = strtotime($request->post('time')); + echo $time; $files = $this->DB->delFile($time); var_dump($files);