From 4d5714c43e9dc0f790ceb15942c6b3703cde785e Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 27 Aug 2005 17:17:39 +0200 Subject: private cachecontrol for fetch.php #516 darcs-hash:20050827151739-7ad00-fefec363750c18869a9fadacbe8c87328efa260a.gz --- lib/exe/fetch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/exe/fetch.php b/lib/exe/fetch.php index e647ea384..8f5dd40bc 100644 --- a/lib/exe/fetch.php +++ b/lib/exe/fetch.php @@ -76,7 +76,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'); + header('Cache-Control: private, must-revalidate, post-check=0, pre-check=0'); //application mime type is downloadable if(substr($MIME,0,11) == 'application'){ -- cgit v1.2.3