summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_bill-logo.cgi
blob: 3e9c67fccbfcd8b91616d3cc4009687e594d98c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<%

##untaint invnum
#my($query) = $cgi->keywords;
#$query =~ /^((.+)-)?(\d+)$/;
#my $templatename = $2;
#my $invnum = $3;

my $templatename = '';

my $conf = new FS::Conf;
http_header('Content-Type' => 'image/png' );

http_header('Content-Type' => 'image/png' );
%><%= $conf->config_binary("logo$templatename.png") %>