summaryrefslogtreecommitdiff
path: root/httemplate/misc/cdr-post.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/cdr-post.html')
-rw-r--r--httemplate/misc/cdr-post.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/httemplate/misc/cdr-post.html b/httemplate/misc/cdr-post.html
deleted file mode 100644
index 5d34272..0000000
--- a/httemplate/misc/cdr-post.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<% include("/elements/header.html",'Call Detail Record - POST Import') %>
-
-<FORM METHOD="POST" ACTION="cdr-post.cgi" enctype="multipart/form-data">
-
- cdr_file: <INPUT TYPE="file" NAME="cdr_file"><BR><BR>
-
- <INPUT TYPE="submit" VALUE="upload">
-
-</FORM>
-
-<% include("/elements/footer.html") %>