fix FK upgrade for pkg_referral: remove records referencing non-existant customer...
[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>