mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Disable httping test in status page
This commit is contained in:
parent
ac2c51ff13
commit
ed0132f807
1 changed files with 2 additions and 1 deletions
|
@ -1374,7 +1374,8 @@ function interfaces_status()
|
||||||
if adminport == "" then
|
if adminport == "" then
|
||||||
adminport = "65500"
|
adminport = "65500"
|
||||||
end
|
end
|
||||||
if server_ping == "UP" and uci:get("openmptcprouter", "settings", "disableserverhttptest") ~= "1" and ipaddr ~= "" and adminport ~= "" then
|
-- httping disable for now, with -l (ssl) timeout is ignored
|
||||||
|
if false and server_ping == "UP" and uci:get("openmptcprouter", "settings", "disableserverhttptest") ~= "1" and ipaddr ~= "" and adminport ~= "" then
|
||||||
local server_http_result = ""
|
local server_http_result = ""
|
||||||
local server_http_test = ""
|
local server_http_test = ""
|
||||||
if mArray.openmptcprouter["service_addr_ip"] ~= "" then
|
if mArray.openmptcprouter["service_addr_ip"] ~= "" then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue