fix (part of) 3.x performance regression on customers with tons of invoices, RT#29646...
[freeside.git] / httemplate / view / logo-agent.cgi
1 <% $conf->config_binary("logo.png", $agentnum) %>
2 <%init>
3
4 my $conf = new FS::Conf;
5
6 my $agentnum = $cgi->param('agentnum');
7
8 http_header('Content-Type' => 'image/png' );
9
10 </%init>