mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Fix disable http test
This commit is contained in:
parent
b40823e548
commit
c2d5dc3e08
1 changed files with 4 additions and 0 deletions
|
@ -1013,6 +1013,10 @@ function settings_add()
|
|||
local disableloopdetection = luci.http.formvalue("disableloopdetection") or "0"
|
||||
ucic:set("openmptcprouter","settings","disableloopdetection",disableloopdetection)
|
||||
|
||||
-- Enable/disable http test
|
||||
local disableserverhttptest = luci.http.formvalue("disableserverhttptest") or "0"
|
||||
ucic:set("openmptcprouter","settings","disableserverhttptest",disableserverhttptest)
|
||||
|
||||
-- Enable/disable renaming intf
|
||||
local disableintfrename = luci.http.formvalue("disableintfrename") or "0"
|
||||
ucic:set("openmptcprouter","settings","disableintfrename",disableintfrename)
|
||||
|
|
Loading…
Reference in a new issue