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:
parent
82027c8a95
commit
065298afbd
2 changed files with 7 additions and 3 deletions
|
@ -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/>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue