1
0
Fork 0
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:
Ycarus 2019-05-19 10:37:00 +02:00
parent 0b13fd589c
commit b5ff7c70b0

View file

@ -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/>';
}