]> git.uio.no Git - usit-rt.git/blob - local/html/NoAuth/css/3.4-compat/images/dhandler
Initial commit 4.0.5-3
[usit-rt.git] / local / html / NoAuth / css / 3.4-compat / images / dhandler
1 <%INIT>
2 use File::Basename;
3 my $arg = $m->dhandler_arg;
4 my $file = dirname($m->current_comp->source_file) . '/source/'. $arg;
5 RT::Interface::Web->SendStaticFile( File => $file );
6
7 $m->abort;
8 </%INIT>