mirror of
https://github.com/Heleguo/lede.git
synced 2025-12-17 19:31:34 +00:00
5 lines
155 B
Lua
5 lines
155 B
Lua
module("luci.controller.autoreboot",package.seeall)
|
|
function index()
|
|
entry({"admin","system","autoreboot"},cbi("autoreboot"),_("Scheduled Reboot"),88)
|
|
end
|