forked from extern/egroupware
OK, maybe this fixes IE downloads (part of GNU patch #136)
This commit is contained in:
parent
9567e30ea4
commit
23ec34bd88
@ -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');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user