]> git.uio.no Git - usit-rt.git/blob - share/html/NoAuth/css/ballard/images/dhandler
Initial commit 4.0.5-3
[usit-rt.git] / share / html / NoAuth / css / ballard / 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>