summaryrefslogtreecommitdiff
path: root/httemplate/view/REAL_logo.cgi
blob: c269c7d04d5c19f30397e5321fba103a81c68e68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<% $conf->config_binary("logo.png", $agentnum) %>
<%init>

my $conf = new FS::Conf;

my $agentnum = '';
my @agentnums = $FS::CurrentUser::CurrentUser->agentnums;
if ( scalar(@agentnums) == 1 ) {
  $agentnum = $agentnums[0];
}

http_header('Content-Type' => 'image/png' );

</%init>