commit | 8754f0561cce2ccb7c1d1b7d3bbe8211bad90056 | [log] [tgz] |
---|---|---|
author | maxwen <max.weninger@gmail.com> | Sun Oct 21 16:40:43 2018 +0200 |
committer | maxwen <max.weninger@gmail.com> | Sun Oct 21 16:43:00 2018 +0200 |
tree | d0b79bf04be8bae3537819619da81af496a81ab9 | |
parent | a94915a755496f5ff697c008a46464d6a6e7ed16 [diff] |
vendor: add default version for json.php Change-Id: Ibd79ec6b5c5ccebfad52a91f7f8e2393f065ab82
diff --git a/prebuilt/wallpapers/json.php b/prebuilt/wallpapers/json.php index 1418c78..70eb6b3 100644 --- a/prebuilt/wallpapers/json.php +++ b/prebuilt/wallpapers/json.php
@@ -12,6 +12,7 @@ } if (is_dir($path.'/'.$file)) { + $output[$path.'/'.$file] = list_files($path.'/'.$file); } else { $output[] = array("filename"=>$file, "timestamp"=>filemtime($path.'/'.$file)); }