From 60430f6550b027e25e3ec72763484c07506dc7fb Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Wed, 19 Feb 2020 13:33:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/AutoReseed.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/AutoReseed.php b/app/AutoReseed.php index 5fd92fc..663b15c 100644 --- a/app/AutoReseed.php +++ b/app/AutoReseed.php @@ -746,7 +746,8 @@ class AutoReseed /** * 备份功能 */ - private static function backup($key = '',$array = []){ + private static function backup($key = '', $array = []) + { $json = json_encode($array, JSON_UNESCAPED_UNICODE); $myfile = ROOT_PATH.DS.'config'.DS.$key.'.json'; $file_pointer = @fopen($myfile, "w");