summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/phone_avail-import.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/process/phone_avail-import.html')
-rw-r--r--httemplate/misc/process/phone_avail-import.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/httemplate/misc/process/phone_avail-import.html b/httemplate/misc/process/phone_avail-import.html
deleted file mode 100644
index f1a2f24..0000000
--- a/httemplate/misc/process/phone_avail-import.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<% $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>