Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
59621100
Commit
59621100
authored
Dec 18, 2002
by
Leigh B. Stoller
Browse files
Add some no-cache pragmas when we spit out the logfile. I was having
some trouble with old logs getting cached in the browser.
parent
d651dd42
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/spewlogfile.php3
View file @
59621100
...
...
@@ -55,6 +55,9 @@ if (! TBExptLogFile($pid, $eid)) {
}
header
(
"Content-Type: text/plain"
);
header
(
"Expires: Mon, 26 Jul 1997 05:00:00 GMT"
);
header
(
"Cache-Control: no-cache, must-revalidate"
);
header
(
"Pragma: no-cache"
);
ignore_user_abort
(
0
);
$retval
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment