blob: 0f654140c5bd125b0b987773cf7bf82141461f77 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<% $conf->config_binary("logo.png", $agentnum) %>
<%init>
my $conf = new FS::Conf;
my $agentnum = $cgi->param('agentnum');
http_header('Content-Type' => 'image/png' );
</%init>
|