Added new application luci-ntpc to luci-full and luci-mini

This commit is contained in:
Steven Barth
2008-07-17 21:01:15 +00:00
parent 43b9951481
commit fce0b84501
8 changed files with 89 additions and 2 deletions

View File

@@ -21,8 +21,8 @@ function index()
entry({"mini", "system"}, call("action_reboot"), i18n("system"))
entry({"mini", "system", "passwd"}, call("action_passwd"), i18n("a_s_changepw"), 10)
entry({"mini", "system", "upgrade"}, call("action_upgrade"), i18n("a_s_flash"), 20)
entry({"mini", "system", "reboot"}, call("action_reboot"), i18n("reboot"), 30)
entry({"mini", "system", "upgrade"}, call("action_upgrade"), i18n("a_s_flash"), 90)
entry({"mini", "system", "reboot"}, call("action_reboot"), i18n("reboot"), 100)
end
function action_reboot()