summaryrefslogtreecommitdiff
path: root/httemplate/misc/process
diff options
context:
space:
mode:
authorivan <ivan>2008-09-15 07:18:57 +0000
committerivan <ivan>2008-09-15 07:18:57 +0000
commitdcc553538ede04c0783bc92d3942c905c29131c1 (patch)
treebff35615cfa95478c0ee1bfb757ecb228da2c78f /httemplate/misc/process
parentf9befdcb5ce8cf5dc5b9cacb6fe04ce29ed3cb80 (diff)
add internal did database & ability to query for availability, plus upload tool
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r--httemplate/misc/process/phone_avail-import.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/misc/process/phone_avail-import.html b/httemplate/misc/process/phone_avail-import.html
new file mode 100644
index 000000000..f1a2f2493
--- /dev/null
+++ b/httemplate/misc/process/phone_avail-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::phone_avail::process_batch_import', $cgi;
+
+</%init>