X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_bill-logo.cgi;fp=httemplate%2Fview%2Fcust_bill-logo.cgi;h=3e9c67fccbfcd8b91616d3cc4009687e594d98c8;hp=0000000000000000000000000000000000000000;hb=df185d34f354c5788e8c4693182b7689a3333839;hpb=691a587e56557208e9b3834c77f36ca47f3a1a25 diff --git a/httemplate/view/cust_bill-logo.cgi b/httemplate/view/cust_bill-logo.cgi new file mode 100755 index 000000000..3e9c67fcc --- /dev/null +++ b/httemplate/view/cust_bill-logo.cgi @@ -0,0 +1,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") %>