mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-29 01:41:51 +08:00
17 lines
282 B
Lua
17 lines
282 B
Lua
--[[
|
|
walkingsky
|
|
tangxn_1@163.com
|
|
]]--
|
|
|
|
module("luci.controller.wifidog", package.seeall)
|
|
|
|
|
|
function index()
|
|
local fs = require "nixio.fs"
|
|
--if fs.access("/usr/bin/wifidog") then
|
|
entry({"admin", "services","wifidog"}, cbi("wifidog/wifidog_cfg"), "wifidog配置")
|
|
--end
|
|
|
|
end
|
|
|