diff options
Diffstat (limited to 'dhcp-dep-html.lsp')
-rw-r--r-- | dhcp-dep-html.lsp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dhcp-dep-html.lsp b/dhcp-dep-html.lsp deleted file mode 100644 index da5b292..0000000 --- a/dhcp-dep-html.lsp +++ /dev/null @@ -1,14 +0,0 @@ -<% - local form = ... - -%> -<h1>ACF DHCP - Dependancy Check Failure!</h1><br> -<b>The following package(s) are missing:</b><br> -<pre style="color: #ff2020"> -<% - for k,v in ipairs(form.msg) do - io.write(v .. "\n") - end -%> -</pre> - |