update address standardization for cust_location changes
[freeside.git] / rt / share / html / NoAuth / css / freeside3 / images / dhandler
diff --git a/rt/share/html/NoAuth/css/freeside3/images/dhandler b/rt/share/html/NoAuth/css/freeside3/images/dhandler
new file mode 100644 (file)
index 0000000..6ec9dea
--- /dev/null
@@ -0,0 +1,8 @@
+<%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>