summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/images/autohandler
blob: 431a44f1df4408a775928c0d95af0377f6e6bdeb (plain)
1
2
3
4
5
6
7
<%INIT>
# This autohandler will spit out RT's images if the user hasn't 
# properly configured their webserver to stop RT from passing 
# images through the mason handler.
my $file = $m->base_comp->source_file;
RT::Interface::Web->SendStaticFile( File => $file );
</%INIT>