repo.or.cz
/
openxpki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
web interface: reorder input fields in certificate search page
[openxpki.git]
/
trunk
/
clients
/
perl
/
OpenXPKI-Client-HTML-Mason
/
htdocs
/
lib
/
send_command_msg.mhtml
blob
3f6e4c7ba2933acfcb8510e4d4eded82dbce5d2a
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>