diff options
Diffstat (limited to 'httemplate/misc/upload-batch.cgi')
-rw-r--r-- | httemplate/misc/upload-batch.cgi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/httemplate/misc/upload-batch.cgi b/httemplate/misc/upload-batch.cgi deleted file mode 100644 index be80b1ff7..000000000 --- a/httemplate/misc/upload-batch.cgi +++ /dev/null @@ -1,10 +0,0 @@ -<% $server->process %> -<%init> - -die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Process batches'); - -my $server = - new FS::UI::Web::JSRPC 'FS::pay_batch::process_import_results', $cgi; - -</%init> |