From bcdd2eb296f7d586123a119d7a80fe6ff8023496 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 13:00:14 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/perl/Triple.pm b/perl/Triple.pm index 7c4ee67..4265c57 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -123,8 +123,6 @@ sub Triple::main { $location = $vars->{"uri"}; } - $cgi->header->location = $location if $location; - print $cgi->header( -Content_Type => 'text/html', -charset => 'UTF-8', -- 2.39.5