mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
commit
78a0a2b0d4
2 changed files with 5 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
|
||||||
|
|
|
@ -29,6 +29,9 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title><%=striptags( (boardinfo.hostname or "?") .. ( (node and node.title) and ' - ' .. translate(node.title) or '')) %> - LuCI</title>
|
<title><%=striptags( (boardinfo.hostname or "?") .. ( (node and node.title) and ' - ' .. translate(node.title) or '')) %> - LuCI</title>
|
||||||
<meta name="viewport" content="initial-scale=1.0">
|
<meta name="viewport" content="initial-scale=1.0">
|
||||||
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||||
|
<meta http-equiv="Pragma" content="no-cache" />
|
||||||
|
<meta http-equiv="Expires" content="0" />
|
||||||
<link rel="stylesheet" href="<%=media%>/cascade.css">
|
<link rel="stylesheet" href="<%=media%>/cascade.css">
|
||||||
<link rel="stylesheet" media="only screen and (max-device-width: 854px)" href="<%=media%>/mobile.css" type="text/css" />
|
<link rel="stylesheet" media="only screen and (max-device-width: 854px)" href="<%=media%>/mobile.css" type="text/css" />
|
||||||
<link rel="shortcut icon" type="image/png" href="<%=media%>/favicon.png">
|
<link rel="shortcut icon" type="image/png" href="<%=media%>/favicon.png">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue