소소한 수정

This commit is contained in:
2018-06-15 00:30:19 +09:00
parent 55608cae4f
commit cf32fb402d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,2 +1,3 @@
/hook/gogs_key.php
/hook/logs.txt
/hook/list.json
+1 -1
View File
@@ -26,4 +26,4 @@ foreach ($raw_img_list as $path) {
$img_list[] = $path;
}
file_put_contents('list.json', json_encode($img_list,JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT));
file_put_contents('list.json', json_encode($img_list, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT));