mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix OpenMPTCProuter advanced settings
This commit is contained in:
parent
42ace5fe26
commit
b9fa5733c5
5 changed files with 24 additions and 9 deletions
|
@ -107,7 +107,11 @@
|
|||
}
|
||||
if (mArray.openmptcprouter.tun_service == false)
|
||||
{
|
||||
statusMessage += 'TUN service is not running';
|
||||
statusMessage += 'TUN service is not running<br/>';
|
||||
}
|
||||
if (mArray.openmptcprouter.wan_addr == "")
|
||||
{
|
||||
statusMessage += 'No VPS IP address';
|
||||
}
|
||||
|
||||
if(statusMessage !== "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue