summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-04-21 12:07:29 -0700
committerMark Wells <mark@freeside.biz>2016-04-26 12:20:10 -0700
commit2c5024a05daea660bdd4bbb52212a41aed1664dc (patch)
tree0b17e6511f97c31ac5f5b2d65adabb72abdf0157 /httemplate/misc
parent9b6a030dbbf8be7f23f1795f3164da0a5a42b08b (diff)
generate sector coverage maps with Splat, checkpoint, #37802
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/sector-create_map.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/misc/sector-create_map.html b/httemplate/misc/sector-create_map.html
new file mode 100644
index 000000000..6af5fddbe
--- /dev/null
+++ b/httemplate/misc/sector-create_map.html
@@ -0,0 +1,10 @@
+<% $server->process %>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); # ???
+
+my $server =
+ new FS::UI::Web::JSRPC 'FS::tower_sector::process_generate_coverage', $cgi;
+
+</%init>