Merge branch 'patch-4' of https://github.com/gjones2/Freeside (#13854 as this bug...
[freeside.git] / rt / share / html / NoAuth / images / autohandler
1 <%INIT>
2 # This autohandler will spit out RT's images if the user hasn't 
3 # properly configured their webserver to stop RT from passing 
4 # images through the mason handler.
5 my $file = $m->base_comp->source_file;
6 my $relfile = $m->base_comp->path;
7 RT::Interface::Web->SendStaticFile( File => $file, RelativeFile => $relfile );
8 </%INIT>