This commit was generated by cvs2svn to compensate for changes in r8690,
[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 RT::Interface::Web->SendStaticFile( File => $file );
7 </%INIT>