summaryrefslogtreecommitdiff
path: root/rt/share/html/m/dhandler
blob: 627ec22fa46e4dc5ab26a705eda0ac05b7fa60c3 (plain)
1
2
3
4
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();
</%init>