immortalwrt/package/ntlf9t/luci-app-cd8021x/luasrc/controller/cd8021x.lua
2020-03-12 11:28:27 +08:00

9 lines
304 B
Lua

-- Copyright (C) 2018 max0y <askmaxwork@gmail.com>
-- Licensed to the public under the GNU General Public License v3.
module("luci.controller.cd8021x", package.seeall)
function index()
entry({"admin", "network", "cd8021x"}, cbi("cd8021x"), _("802.1x Client"), 100).dependent = true
end