From: vincent@cubedesigners.com Date: Mon, 20 Feb 2012 09:31:57 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=42809370ab4e306363b642c647b9d429b8656abb;p=cubeextranet.git --- diff --git a/inc/ws/Util/packager/class.ws.packager.html.php b/inc/ws/Util/packager/class.ws.packager.html.php index 2ec539567..444aca1ac 100644 --- a/inc/ws/Util/packager/class.ws.packager.html.php +++ b/inc/ws/Util/packager/class.ws.packager.html.php @@ -192,9 +192,10 @@ class wsPackagerHTML extends wsPackager { $dest = realpath($dest); $lines = array(); $lines[] = 'CACHE MANIFEST'; - $lines[] = '#'; + $lines[] = '# '.date('Y-m-d H:i:s'); $lines[] = ''; $lines[] = 'CACHE:'; + $lines[] = 'index.html'; $dir = array('images', 'data', 'style'); foreach ($dir as $d) { $directory = $dest . '/' . $d;