diff --git a/include/repeaterinfo.php b/include/repeaterinfo.php
index c6ce05b..1d35e73 100644
--- a/include/repeaterinfo.php
+++ b/include/repeaterinfo.php
@@ -26,6 +26,11 @@
TX-Freq. |
Rx-Freq. |
+ YSF-Master |
+
DMR CC |
@@ -45,6 +50,9 @@
echo"".getConfigItem("Info", "Location", $mmdvmconfigs)." | ";
echo"".getMHZ(getConfigItem("Info", "TXFrequency", $mmdvmconfigs))." | ";
echo"".getMHZ(getConfigItem("Info", "RXFrequency", $mmdvmconfigs))." | ";
+ if (getEnabled("System Fusion Network", $mmdvmconfigs) == 1) {
+ echo"".getConfigItem("System Fusion Network", "Address", $mmdvmconfigs)." | ";
+ }
if (getEnabled("DMR", $mmdvmconfigs) == 1) {
echo"".getConfigItem("DMR", "ColorCode", $mmdvmconfigs)." | ";
if (getEnabled("DMR Network", $mmdvmconfigs) == 1) {