OK, maybe this fixes IE downloads (part of GNU patch #136)

This commit is contained in:
Miles Lott 2002-04-24 13:27:46 +00:00
parent 9567e30ea4
commit 23ec34bd88

View File

@ -284,7 +284,9 @@
if($nocache)
{
header('Pragma: no-cache');
header('Pragma: public');
header('Expires: 0');
header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
}
}
}