summaryrefslogtreecommitdiff
path: root/lib/exe/fetch.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exe/fetch.php')
-rw-r--r--lib/exe/fetch.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/fetch.php b/lib/exe/fetch.php
index da6089ede..91edbd1d4 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'){