RT# 83450 - added location to virtual ap and added script to force update of all...
[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>