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 {