- Patch #104693 by ChrisKennedy: pragma dates back from previous protocal.
parent
8bd5340561
commit
6777463414
|
@ -489,7 +489,6 @@ function drupal_page_header() {
|
||||||
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
|
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
|
||||||
header("Cache-Control: no-store, no-cache, must-revalidate");
|
header("Cache-Control: no-store, no-cache, must-revalidate");
|
||||||
header("Cache-Control: post-check=0, pre-check=0", FALSE);
|
header("Cache-Control: post-check=0, pre-check=0", FALSE);
|
||||||
header("Pragma: no-cache");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue