mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Change text for server instead of VPS
This commit is contained in:
parent
58b28c5911
commit
361a7b8373
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@
|
|||
}
|
||||
if (mArray.openmptcprouter.wan_addr == "" && mArray.openmptcprouter.ss_addr == "" && mArray.openmptcprouter.external_check == true)
|
||||
{
|
||||
statusMessage += _('No VPS IP address, No WAN IP address') + '<br/>';
|
||||
statusMessage += _('No server IP address, No WAN IP address') + '<br/>';
|
||||
}
|
||||
if (mArray.openmptcprouter.service_addr !== "" && mArray.openmptcprouter.wan_addr !== "" && mArray.openmptcprouter.vps_status == "DOWN")
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue