summaryrefslogtreecommitdiff
path: root/httemplate/misc/part_export/process/huawei_hlr-import_sim.html
blob: d46700d5f32c3c67d9517e5a3f60a7e94f8a3b85 (plain)
1
2
3
4
5
6
7
8
9
10
<% $server->process %>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Configuration');

my $server = new FS::UI::Web::JSRPC
  'FS::part_export::huawei_hlr::process_import_sim', $cgi;

</%init>