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:
parent
5542785a71
commit
6c73959f41
2 changed files with 31 additions and 4 deletions
|
@ -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/>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue