1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix MPTCP check

This commit is contained in:
Ycarus 2018-08-09 22:02:20 +02:00
parent 82027c8a95
commit 065298afbd
2 changed files with 7 additions and 3 deletions

View file

@ -110,7 +110,7 @@
{
statusMessage += 'ShadowSocks not working<br/>';
}
if (mArray.openmptcprouter.server_mptcp == false)
if (mArray.openmptcprouter.server_mptcp == "disabled")
{
statusMessage += 'MPTCP not enabled on the server<br/>';
}