1
0
Fork 0
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:
Ycarus 2019-03-19 23:21:38 +01:00
parent ad5513f037
commit 46366ad494

View file

@ -237,7 +237,7 @@
} }
statusMessage += '<br/>'; statusMessage += '<br/>';
} }
if (mArray.openmptcprouter.vps_mptcp == "0") if (mArray.openmptcprouter.vps_mptcp !== "1")
{ {
statusMessage += 'MPTCP is not enabled on the server<br/>'; statusMessage += 'MPTCP is not enabled on the server<br/>';
} }