From 00068a5f2d8535d64b4900d2fd8470c1333ea7ac Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 4 Apr 2012 16:48:07 -0700 Subject: add brand-agent option, RT#17055 --- httemplate/view/logo-agent.cgi | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 httemplate/view/logo-agent.cgi (limited to 'httemplate/view') diff --git a/httemplate/view/logo-agent.cgi b/httemplate/view/logo-agent.cgi new file mode 100755 index 000000000..0f654140c --- /dev/null +++ b/httemplate/view/logo-agent.cgi @@ -0,0 +1,10 @@ +<% $conf->config_binary("logo.png", $agentnum) %> +<%init> + +my $conf = new FS::Conf; + +my $agentnum = $cgi->param('agentnum'); + +http_header('Content-Type' => 'image/png' ); + + -- cgit v1.2.1