immortalwrt/package/ntlf9t/luci-app-cd8021x/luasrc/controller/cd8021x.lua

9 lines
304 B
Lua
Raw Normal View History

2019-07-02 18:06:49 +08:00
-- 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