Changed config names for YSF
GwyAddress goes GatewayAddress
This commit is contained in:
parent
794bf6c869
commit
32650570dc
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ function showMode($mode, $mmdvmconfigs) {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "System Fusion Network":
|
case "System Fusion Network":
|
||||||
if (getConfigItem("System Fusion Network", "GwyAddress", $mmdvmconfigs) == "localhost" || getConfigItem("System Fusion Network", "GwyAddress", $mmdvmconfigs) == "127.0.0.1") {
|
if (getConfigItem("System Fusion Network", "GatewayAddress", $mmdvmconfigs) == "localhost" || getConfigItem("System Fusion Network", "GatewayAddress", $mmdvmconfigs) == "127.0.0.1") {
|
||||||
if (isProcessRunning("YSFGateway")) {
|
if (isProcessRunning("YSFGateway")) {
|
||||||
echo "label-success";
|
echo "label-success";
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue