Changed config names for YSF

GwyAddress goes GatewayAddress
This commit is contained in:
Kim - DG9VH 2017-11-26 13:47:32 +01:00 committed by GitHub
parent 794bf6c869
commit 32650570dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -199,7 +199,7 @@ function showMode($mode, $mmdvmconfigs) {
}
break;
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")) {
echo "label-success";
} else {