auth_error => $auth_error,
);
print $in->{query}->header(
C4::Output::output_html_with_http_headers( $in->{query}, $cookie, $template->output );
{
type => 'text/html',
charset => 'utf-8',
cookie => $cookie,
'X-Frame-Options' => 'SAMEORIGIN'
}
),
$template->output;
safe_exit;
return ( undef, undef, undef, undef, $template );
print $query->header(
C4::Output::output_html_with_http_headers( $query, $cookie, $template->output );
'X-Frame-Options' => 'SAMEORIGIN',
-