diff options
Diffstat (limited to 'rt/share/html/NoAuth/css/web2/images/dhandler')
-rw-r--r-- | rt/share/html/NoAuth/css/web2/images/dhandler | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/rt/share/html/NoAuth/css/web2/images/dhandler b/rt/share/html/NoAuth/css/web2/images/dhandler deleted file mode 100644 index 6ec9dea05..000000000 --- a/rt/share/html/NoAuth/css/web2/images/dhandler +++ /dev/null @@ -1,8 +0,0 @@ -<%INIT> -use File::Basename; -my $arg = $m->dhandler_arg; -my $file = dirname($m->current_comp->source_file) . '/source/'. $arg; -RT::Interface::Web->SendStaticFile( File => $file ); - -$m->abort; -</%INIT> |