Imported mod_perl by xpapa.

This commit is contained in:
Michael Tremer
2008-05-22 12:09:57 +02:00
parent ee51a108cc
commit 810a7ea2f2
8 changed files with 548 additions and 4 deletions

View File

@@ -161,9 +161,9 @@ sub genmenu {
sub showhttpheaders
{
print "Pragma: no-cache\n";
print "Cache-control: no-cache\n";
print "Connection: close\n";
# print "Pragma: no-cache\n";
# print "Cache-control: no-cache\n";
# print "Connection: close\n";
print "Content-type: text/html\n\n";
}