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