Browse Source

fixing inproper CGI header, again

Signed-off-by: Chris Cormack <crc@liblime.com>
3.0.x
Joshua Ferraro 17 years ago
committed by Chris Cormack
parent
commit
ea16c580ab
  1. 3
      C4/Auth.pm

3
C4/Auth.pm

@ -703,7 +703,8 @@ sub checkauth {
# $cookie = $query->cookie(CGISESSID => $session->id
# );
print $query->header(
-type => 'utf-8',
-type => 'text/html',
-charset => 'utf-8',
-cookie => $cookie
),
$template->output;

Loading…
Cancel
Save