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>