Removed mod_perl

This commit is contained in:
Arne Fitzenreiter
2008-06-21 06:18:30 +02:00
parent aef96cb048
commit 96a44fe5cb
10 changed files with 3 additions and 975 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";
}