X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2Fm%2Fdhandler;fp=rt%2Fshare%2Fhtml%2Fm%2Fdhandler;h=627ec22fa46e4dc5ab26a705eda0ac05b7fa60c3;hp=0000000000000000000000000000000000000000;hb=68fcc90d8e95f1efe0efe07b2f59e5fab2d8c535;hpb=9d5ada5763fdeca4f90a7357ab7c384b52c1c41c diff --git a/rt/share/html/m/dhandler b/rt/share/html/m/dhandler new file mode 100644 index 000000000..627ec22fa --- /dev/null +++ b/rt/share/html/m/dhandler @@ -0,0 +1,5 @@ +<%init> +# deal with users who don't have options indexes set right +RT::Interface::Web::Redirect(RT->Config->Get('WebURL')."m/index.html"); +$m->abort(); +