web interface: reorder input fields in certificate search page
[openxpki.git] / trunk / clients / perl / OpenXPKI-Client-HTML-Mason / htdocs / lib / send_command_msg.mhtml
blob3f6e4c7ba2933acfcb8510e4d4eded82dbce5d2a
1 <%args>
2   $command
3   $params
4 </%args
5 <%init>
6   my $session_context = $m->comp('/lib/getsession.mhtml', %ARGS);
7   $context{debug}("---> command: $command, params:" . Dumper $params);
8   $session_context->{client}->send_command_msg($command, $params);
9   $context{debug}("Message sent");
10 </%init>