From 32650570dc951dfb129f9b844a4d94dd6df12bf6 Mon Sep 17 00:00:00 2001 From: Kim - DG9VH Date: Sun, 26 Nov 2017 13:47:32 +0100 Subject: [PATCH] Changed config names for YSF GwyAddress goes GatewayAddress --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index 5df4bcb..d91a180 100644 --- a/include/functions.php +++ b/include/functions.php @@ -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 {