mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Only display no MPTCP on VPS when there is really no MPTCP
This commit is contained in:
parent
0b13fd589c
commit
b5ff7c70b0
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@
|
|||
}
|
||||
statusMessage += '<br/>';
|
||||
}
|
||||
if (mArray.openmptcprouter.vps_mptcp !== "1")
|
||||
if (mArray.openmptcprouter.vps_mptcp == "0")
|
||||
{
|
||||
statusMessage += 'MPTCP is not enabled on the server<br/>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue