webkitpdf.php
authorAlan Knowles <alan@roojs.com>
Mon, 23 Nov 2015 08:05:25 +0000 (16:05 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Nov 2015 08:05:25 +0000 (16:05 +0800)
webkitpdf.php

index 594d63a..3504e68 100644 (file)
@@ -69,7 +69,7 @@ class WebkitPdf
         header("Expires: ");
         header("Cache-Control: must-revalidate, post-check=0,pre-check=0");
         header("Pragma: public");     
-        header("Last-Modified: " . gmdate("D, d M Y H:i:s",  $ts) . " GMT");
+        header("Last-Modified: " . gmdate("D, d M Y H:i:s",  time()) . " GMT");
 
         //header('Content-length: '. filesize($out));
         header('Content-Disposition: attachment; filename="' . htmlspecialchars(basename($out)).  '"');