9 lines
304 B
Lua
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
|