From 0cd6bb46f7d8b8c11a8704603f9816e9f78d1ec9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 12 Feb 2009 13:59:00 +0300 Subject: offline: automatically set version of manifest.json (using filemtime) --- manifest.json.php | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 manifest.json.php (limited to 'manifest.json.php') diff --git a/manifest.json.php b/manifest.json.php new file mode 100644 index 000000000..22ea4cda2 --- /dev/null +++ b/manifest.json.php @@ -0,0 +1,96 @@ + $mtime) { + $mtime_max = $tmp; + } + + array_push($manifest_formatted, "{ \"url\": \"$f\" }"); + } +?> + +{ + "betaManifestVersion": 1, + "version": "", + "entries": [ + + ] +} -- cgit v1.2.3-54-g00ecf