mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-09-11 02:44:23 +08:00
6 lines
172 B
Lua
6 lines
172 B
Lua
module("luci.controller.oaf_about", package.seeall)
|
|
|
|
function index()
|
|
entry({"admin", "services", "oaf", "about"}, template("oaf/about"), _("About"), 100).leaf = true
|
|
end
|