mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-08 13:39:58 +00:00
Add Cache-Control header.
This commit is contained in:
parent
c5a61dfd0c
commit
caea68bd9f
@ -73,6 +73,8 @@ html_header($title = "", // I - Additional document title
|
||||
}
|
||||
|
||||
// Common stuff...
|
||||
header("Cache-Control: no-cache");
|
||||
|
||||
print("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN' "
|
||||
."'http://www.w3.org/TR/REC-html40/loose.dtd'>\n");
|
||||
print("<html>\n");
|
||||
|
Loading…
Reference in New Issue
Block a user