RT mobile UI, #11630
[freeside.git] / rt / share / html / Callbacks / RT-Extension-MobileUI / Ticket / Create.html / Init
1 <%INIT>
2 if ( defined($RT::Extension::MobileUI::VERSION)
3     and RT::Extension::MobileUI::MobileClient() ) {
4     RT::Interface::Web::Redirect(
5       RT->Config->Get('WebURL').'m/ticket/create?'.
6       $m->comp('/Elements/QueryString', %$ARGSRef),
7       );
8     $m->abort;
9 }
10 </%INIT>
11 <%ARGS>
12 $ARGSRef => {}
13 </%ARGS>