mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix wizard
This commit is contained in:
parent
24352f1ad6
commit
6a2156afd3
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ function wizard_add()
|
|||
gostatus = false
|
||||
end
|
||||
|
||||
local delete_intf = luci.http.formvaluetable("delete")
|
||||
local delete_intf = luci.http.formvaluetable("delete") or ""
|
||||
if delete_intf ~= "" then
|
||||
for intf, _ in pairs(delete_intf) do
|
||||
ucic:delete("network",intf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue