summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/cdr-import.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/process/cdr-import.html')
-rw-r--r--httemplate/misc/process/cdr-import.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/misc/process/cdr-import.html b/httemplate/misc/process/cdr-import.html
new file mode 100644
index 0000000..edc441e
--- /dev/null
+++ b/httemplate/misc/process/cdr-import.html
@@ -0,0 +1,9 @@
+<% $server->process %>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Import');
+
+my $server = new FS::UI::Web::JSRPC 'FS::cdr::process_batch_import', $cgi;
+
+</%init>