mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 20:11:53 +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
|