mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-31 20:11:29 +08:00
5 lines
154 B
Lua
5 lines
154 B
Lua
module("luci.controller.timedreboot",package.seeall)
|
|
function index()
|
|
entry({"admin","system","timedreboot"},cbi("timedreboot"),_("Timed Reboot"),88)
|
|
end
|