Added {page}{noHttpHeader}

This commit is contained in:
Len Kranendonk 2004-07-17 20:32:21 +00:00
parent 824ff3ea5f
commit 0a44e62868

View file

@ -51,6 +51,7 @@ Generates an HTTP header.
=cut
sub getHeader {
return undef if ($session{page}{noHttpHeader});
my $header;
unless (exists $session{http}{location}) {
unless ($session{http}{charset}) {