From: ivan Date: Sun, 21 Sep 2003 07:30:00 +0000 (+0000) Subject: backport from 1.5, don't force text/html X-Git-Tag: freeside_1_4_2beta1~498 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e29fc081b934b823c1814d2404d60d4e03b3695a;p=freeside.git backport from 1.5, don't force text/html --- 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