diff options
author | Mark Wells <mark@freeside.biz> | 2014-12-30 16:02:14 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-12-30 16:05:00 -0800 |
commit | f25c596ba479c7c5cebcfd4447bb0db9c70a1e06 (patch) | |
tree | 8d21cc106e6d088bb4a34e8f53a967a54ed214ec /httemplate/misc/process/deploy_zone-import.html | |
parent | de5fa0a86c7ea64d699c68d3e39219b63e4614f8 (diff) |
import deployment zone census block list, #32625
Diffstat (limited to 'httemplate/misc/process/deploy_zone-import.html')
-rw-r--r-- | httemplate/misc/process/deploy_zone-import.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/misc/process/deploy_zone-import.html b/httemplate/misc/process/deploy_zone-import.html new file mode 100644 index 000000000..a0f1717c5 --- /dev/null +++ b/httemplate/misc/process/deploy_zone-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::deploy_zone::process_batch_import', $cgi; + +</%init> |