immortalwrt/package/lean/luci-app-autoreboot/luasrc/controller/autoreboot.lua
2019-11-08 22:57:22 +08:00

5 lines
155 B
Lua

module("luci.controller.autoreboot",package.seeall)
function index()
entry({"admin","system","autoreboot"},cbi("autoreboot"),_("Scheduled Reboot"),88)
end