summaryrefslogtreecommitdiff
path: root/httemplate/view/REAL_logo.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/REAL_logo.cgi')
-rwxr-xr-xhttemplate/view/REAL_logo.cgi14
1 files changed, 0 insertions, 14 deletions
diff --git a/httemplate/view/REAL_logo.cgi b/httemplate/view/REAL_logo.cgi
deleted file mode 100755
index c269c7d04..000000000
--- a/httemplate/view/REAL_logo.cgi
+++ /dev/null
@@ -1,14 +0,0 @@
-<% $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>