1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Various fix

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-12-30 18:22:54 +01:00
parent 163ab6a022
commit b6c11bc989
3 changed files with 9 additions and 4 deletions

View file

@ -645,11 +645,11 @@ function settings_add()
-- Enable/disable gateway ping
local disablegwping = luci.http.formvalue("disablegwping") or "0"
ucic:set("openmtpcprouter","settings","disablegwping",disablegwping)
ucic:set("openmptcprouter","settings","disablegwping",disablegwping)
-- Enable/disable server ping
local disableserverping = luci.http.formvalue("disableserverping") or "0"
ucic:set("openmtpcprouter","settings","disableserverping",disableserverping)
ucic:set("openmptcprouter","settings","disableserverping",disableserverping)
-- Enable/disable fast open
local disablefastopen = luci.http.formvalue("disablefastopen") or "0"