X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=Web.pm;fp=Web.pm;h=dbb9c44a06add15277326c27777d1f19b7ad4bf4;hb=4e6161858714cf6b06278b32e36df915ef81c6fc;hp=0efd5f6f18ac01227c097ea10112c66b5c27a53e;hpb=50d8c1c2f8fcf1f8df99788f123a89903895e21c;p=MyWeb.git diff --git a/Web.pm b/Web.pm index 0efd5f6..dbb9c44 100644 --- a/Web.pm +++ b/Web.pm @@ -706,6 +706,7 @@ my($self,$url,$status)=@_; $W->{"r"}->headers_out()->{"Location"}=$url; $W->{"header_only"}=1; $W->{"content_type"}=0; + $W->{"charset"}=0; My::Web->heading(); exit; die "NOTREACHED";