diff --git a/lib/exe/fetch.php b/lib/exe/fetch.php index da6089ede89d3192b32a9ccfbb15ef89903807cb..91edbd1d4478f2278cb6a2ac9a78026bfee9d8b9 100644 --- a/lib/exe/fetch.php +++ b/lib/exe/fetch.php @@ -73,6 +73,7 @@ header("Content-Type: $MIME"); header('Last-Modified: '.date('r',filemtime($FILE))); header('Content-Length: '.filesize($FILE)); + header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); //application mime type is downloadable if(substr($MIME,0,11) == 'application'){