mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-11 19:05:11 +08:00
6 lines
166 B
Lua
6 lines
166 B
Lua
module("luci.controller.oaf", package.seeall)
|
|
|
|
function index()
|
|
entry({"admin", "services", "oaf"}, firstchild(), _("Parental Control"), 20).dependent = true
|
|
end
|