summaryrefslogtreecommitdiffstats
path: root/dhcp-settings-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-12-08 14:21:47 +0000
committerTed Trask <ttrask01@yahoo.com>2008-12-08 14:21:47 +0000
commit7a69cc8a348535a9913f4d4b66653390f6ac45f0 (patch)
treea1f8ae9e21445eeb6752741e0d2843f5aded5377 /dhcp-settings-html.lsp
parent34df9998d90048c2b639aefae057e3741308f2c1 (diff)
downloadacf-dhcp-7a69cc8a348535a9913f4d4b66653390f6ac45f0.tar.bz2
acf-dhcp-7a69cc8a348535a9913f4d4b66653390f6ac45f0.tar.xz
Modified dhcp to add required ddns-update-style parameter to globals.
git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1624 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'dhcp-settings-html.lsp')
-rw-r--r--dhcp-settings-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp-settings-html.lsp b/dhcp-settings-html.lsp
index 098bb78..de209bf 100644
--- a/dhcp-settings-html.lsp
+++ b/dhcp-settings-html.lsp
@@ -4,6 +4,6 @@
<h1><%= form.label %></h1>
<%
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
- local order = {"domainname", "domainnameservers", "defleasetime", "maxleasetime"}
+ local order = {"domainname", "domainnameservers", "dnsupdatestyle", "defleasetime", "maxleasetime"}
displayform(form, order)
%>