summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-ddns/luasrc/controller
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-03-29 21:34:45 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-03-29 21:34:45 +0000
commit8ffb0e9925281eb32d525196a81c68232518665e (patch)
treec8cadf010221e3a36f318e4cfac9985c66eb24e6 /applications/luci-ddns/luasrc/controller
parentdce144a2f43c6f39f66af023d88a65f10ce0d034 (diff)
applications/luci-ddns: merge mini and full models, read services from /usr/lib/ddns/services, patch by joda (#99)
Diffstat (limited to 'applications/luci-ddns/luasrc/controller')
-rw-r--r--applications/luci-ddns/luasrc/controller/ddns.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-ddns/luasrc/controller/ddns.lua b/applications/luci-ddns/luasrc/controller/ddns.lua
index e425dbc5c..8e1bc665a 100644
--- a/applications/luci-ddns/luasrc/controller/ddns.lua
+++ b/applications/luci-ddns/luasrc/controller/ddns.lua
@@ -26,7 +26,7 @@ function index()
page.dependent = true
- local page = entry({"mini", "network", "ddns"}, cbi("ddns/ddnsmini", {autoapply=true}), luci.i18n.translate("Dynamic DNS"), 60)
+ local page = entry({"mini", "network", "ddns"}, cbi("ddns/ddns", {autoapply=true}), luci.i18n.translate("Dynamic DNS"), 60)
page.i18n = "ddns"
page.dependent = true
end