diff options
author | ivan <ivan> | 2003-09-21 07:30:00 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-21 07:30:00 +0000 |
commit | e29fc081b934b823c1814d2404d60d4e03b3695a (patch) | |
tree | 3c5b5073029b6a18a0bce5d0c51a01e4864b9df6 | |
parent | 37f6561d91ca774c353110fceaf402a660c5ca0a (diff) |
backport from 1.5, don't force text/html
-rw-r--r-- | htetc/global.asa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/global.asa b/htetc/global.asa index 786ba9166..c61e7291c 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -66,7 +66,7 @@ sub Script_OnStart { sub Script_OnFlush { my $ref = $Response->{BinaryRef}; - $$ref = $cgi->header( @FS::CGI::header ) . $$ref; + #$$ref = $cgi->header( @FS::CGI::header ) . $$ref; if ( dbh->can('sprintProfile') ) { $$ref =~ s/<\/BODY>[\s\n]*<\/HTML>[\s\n]*$//i |