mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix for multi IP on server
This commit is contained in:
parent
2bd2023254
commit
f8f62ee77e
4 changed files with 94 additions and 91 deletions
|
@ -447,7 +447,7 @@ function wizard_add()
|
|||
if openmptcprouter_vps_disabled == "1" then
|
||||
disablednb = disablednb + 1
|
||||
end
|
||||
if server_ip ~= "" then
|
||||
if server_ip[1] ~= "" then
|
||||
serversnb = serversnb + 1
|
||||
end
|
||||
ucic:set("openmptcprouter",server,"server")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue