From f401edddd7090fea783f0f3370ca34626f702993 Mon Sep 17 00:00:00 2001 From: sugar1569 Date: Wed, 26 Sep 2018 10:06:54 +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 deletion(-) diff --git a/application/admin/controller/system/SystemDatabackup.php b/application/admin/controller/system/SystemDatabackup.php index afecdb8a..ee351c85 100644 --- a/application/admin/controller/system/SystemDatabackup.php +++ b/application/admin/controller/system/SystemDatabackup.php @@ -94,7 +94,6 @@ class SystemDatabackup extends AuthController { $db = $this->DB; $files = $db->fileList(); - var_dump($files); $data = []; foreach ($files as $key=>$t){ $data[$key]['filename'] = $t['filename'];