function _document_headers in Document 6
Same name and namespace in other branches
- 7 document.callback.inc \_document_headers()
- 8.x document.callback.inc \_document_headers()
5 calls to _document_headers()
File
- ./
document.callback.inc, line 160
Code
function _document_headers() {
header("Content-type: text/html");
header("Expires: Wed, 29 Jan 1975 04:15:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
}