Add Cache-Control header.

This commit is contained in:
Michael R Sweet 2005-04-10 01:02:22 +00:00
parent c5a61dfd0c
commit caea68bd9f

View File

@ -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");