Send cookie in header
authortonnesen <tonnesen>
Thu, 11 Jul 2002 06:40:06 +0000 (06:40 +0000)
committertonnesen <tonnesen>
Thu, 11 Jul 2002 06:40:06 +0000 (06:40 +0000)
userpage.pl

index e270fe3..9ecc679 100755 (executable)
@@ -41,4 +41,4 @@ my $template = HTML::Template->new(filename => "$includes/templates/$theme/$temp
 
 $template->param(loggedinuser => $loggedinuser);
 
-print "Content-Type: text/html\n\n", $template->output;
+print $query->header(-cookie => $cookie), $template->output;