Skip to content

Commit

Permalink
YSF Config changes
Browse files Browse the repository at this point in the history
Part II
  • Loading branch information
dg9vh committed Nov 26, 2017
1 parent 3265057 commit 000d817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/repeaterinfo.php
Expand Up @@ -80,7 +80,7 @@
echo"<td>".getMHZ(getConfigItem("Info", "TXFrequency", $mmdvmconfigs))."</td>";
echo"<td>".getMHZ(getConfigItem("Info", "RXFrequency", $mmdvmconfigs))."</td>";
if (getEnabled("System Fusion Network", $mmdvmconfigs) == 1) {
echo"<td>".getConfigItem("System Fusion Network", "GwyAddress", $mmdvmconfigs)."</td>";
echo"<td>".getConfigItem("System Fusion Network", "GatewayAddress", $mmdvmconfigs)."</td>";
}
if (getEnabled("DMR", $mmdvmconfigs) == 1) {
echo"<td>".getConfigItem("DMR", "ColorCode", $mmdvmconfigs)."</td>";
Expand Down

0 comments on commit 000d817

Please sign in to comment.