From d68a4cf2859a14b98ef9eeab903be0a92f23c461 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 15 Jun 2018 03:10:33 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EA=B7=B8=ED=85=8C=EC=8A=A4=ED=8A=B82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hook/hook.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hook/hook.php b/hook/hook.php index d389b08..84d76d8 100644 --- a/hook/hook.php +++ b/hook/hook.php @@ -42,6 +42,7 @@ foreach ($raw_img_list as $path) { } $img_list[$dpath][$filename] = $basename; + } file_put_contents('tmp.txt', json_encode($tmp_img_list));