The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<%init>
if ( RT::Extension::MobileUI->MobileClient()) {
    RT::Interface::Web::Redirect(RT->Config->Get('WebURL') ."m")
} else { 
return
}
</%init>