mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Cleanup of unused volatile members
This commit is contained in:
parent
5d7abd0b53
commit
d21fe7d6e1
15 changed files with 10 additions and 497 deletions
|
|
@ -17,9 +17,6 @@ if(haveAdminPrivileges()) then
|
|||
|
||||
if value["group"] == "captive_portal" then
|
||||
print(' "host_pool_id": "'..value["host_pool_id"]..'",\n')
|
||||
if value["limited_lifetime"] then
|
||||
print(' "limited_lifetime": '..value["limited_lifetime"]..',\n')
|
||||
end
|
||||
else
|
||||
print(' "allowed_nets": "'..value["allowed_nets"]..'",\n')
|
||||
print(' "allowed_ifname": "'..value["allowed_ifname"]..'",\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue