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

Fix status display and check multi vpn

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-03-28 20:51:36 +01:00
parent 5542785a71
commit 6c73959f41
2 changed files with 31 additions and 4 deletions

View file

@ -177,7 +177,8 @@
{
statusMessageClass = "error";
statusIcon = "<%=resource%>/openmptcprouter/images/statusError.png";
} else {
} else if (mArray.openmptcprouter.service_addr != "")
{
if (mArray.openmptcprouter.socks_service_enabled == false)
{
statusMessage += _('ShadowSocks is DISABLED') + '<br/>';