mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Fix #138
This commit is contained in:
parent
f21191aa12
commit
1dad7705af
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@
|
|||
} else if(gw_ping == 'DOWN')
|
||||
{
|
||||
statusMessage += 'Gateway DOWN<br />'
|
||||
} elseif(multipath_available == 'ERROR')
|
||||
} else if(multipath_available == 'ERROR')
|
||||
{
|
||||
statusMessage += 'Multipath seems to be blocked on the connection<br />'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue