mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix disable tracebox
This commit is contained in:
parent
c313a6e4cc
commit
f2dff97449
1 changed files with 1 additions and 1 deletions
|
@ -997,7 +997,7 @@ function settings_add()
|
|||
ucic:set("openmptcprouter","settings","defaultgw",disabledefaultgw)
|
||||
|
||||
-- Enable/disable tracebox
|
||||
local tracebox = luci.http.formvalue("tracebox") or "1"
|
||||
local tracebox = luci.http.formvalue("disabletracebox") or "1"
|
||||
ucic:set("openmptcprouter","settings","tracebox",tracebox)
|
||||
|
||||
-- Enable/disable server ping
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue