RT# 76992 - Added 3 new import formats that combine Location and Phone Service
[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>