fixed YSFGateway-info

This commit is contained in:
dg9vh 2016-06-13 18:36:26 +00:00
parent 305afe8f8c
commit f8e90535c8

View file

@ -28,7 +28,7 @@
<?php
if (getEnabled("System Fusion Network", $mmdvmconfigs) == 1) {
?>
<th>YSF-Master</th>
<th>YSFGateway</th>
<?php
}
if (getEnabled("DMR", $mmdvmconfigs) == 1) {
@ -51,7 +51,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", "Address", $mmdvmconfigs)."</td>";
echo"<td>".getConfigItem("System Fusion Network", "GwyAddress", $mmdvmconfigs)."</td>";
}
if (getEnabled("DMR", $mmdvmconfigs) == 1) {
echo"<td>".getConfigItem("DMR", "ColorCode", $mmdvmconfigs)."</td>";