테스트 3

This commit is contained in:
2018-06-15 03:12:23 +09:00
parent d68a4cf285
commit d98767cc70
+1 -2
View File
@@ -40,9 +40,8 @@ foreach ($raw_img_list as $path) {
if(!\key_exists($dpath, $img_list)){
$img_list[$dpath] = [];
}
$img_list[$dpath][$filename] = $basename;
}
file_put_contents('tmp.txt', json_encode($tmp_img_list));