summaryrefslogtreecommitdiffstats
path: root/dhcp-viewconfig-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp-viewconfig-html.lsp')
-rw-r--r--dhcp-viewconfig-html.lsp12
1 files changed, 0 insertions, 12 deletions
diff --git a/dhcp-viewconfig-html.lsp b/dhcp-viewconfig-html.lsp
deleted file mode 100644
index 9070330..0000000
--- a/dhcp-viewconfig-html.lsp
+++ /dev/null
@@ -1,12 +0,0 @@
-<%
- local form = ...
- local option = form.option
- local value = form.value
-%>
-<h1>View <% io.write(value.filename.value) %></h1>
-
-<textarea name=""><% io.write(value.contents.value) %></textarea>
-<form action="<% io.write(option.script .. option.prefix .. option.controller .. "/home") %>" method="POST">
- <input type=submit name="cmd" value="Back" class="submit">
-</form>
-