diff options
Diffstat (limited to 'dhcp-home-html.lsp')
-rw-r--r-- | dhcp-home-html.lsp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dhcp-home-html.lsp b/dhcp-home-html.lsp index faf6c6a..c4ad154 100644 --- a/dhcp-home-html.lsp +++ b/dhcp-home-html.lsp @@ -59,6 +59,13 @@ </table> <br> +<h2>DHCPd - Global Config Pre/Post Code</h2> +<table> +<form action="<? io.write(data.script .. data.prefix .. data.controller .. "/editspc") ?>" method="POST"> +<tr><td><input type=submit name="cmd" value="edit" style="width:100px"></td></tr> +</form> +</table><br> + <h2>DHCPd - View Files</h2> <table> <form action="<? io.write(data.script .. data.prefix .. data.controller .. "/view") ?>" method="POST"> |