forked from devsam/image
소소한 수정
This commit is contained in:
+1
-1
@@ -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));
|
||||
Reference in New Issue
Block a user