1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2021-01-22 10:40:57 +01:00
parent 2bd2023254
commit f8f62ee77e
4 changed files with 94 additions and 91 deletions

View file

@ -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")