1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2024-11-15 12:41:51 -05:00

version 2.3.5

standard dashboard v2.3.5
This commit is contained in:
LX1IQ 2017-02-14 07:57:24 +01:00 committed by GitHub
parent b5a7eec413
commit 81d1ee3af1
2 changed files with 7 additions and 8 deletions

View File

@ -16,7 +16,6 @@ $Reflectors = $XML->GetAllElements($Reflectorlist, "reflector");
?>
<table class="listingtable">
<tr>
<th width="40">#</th>

View File

@ -52,7 +52,7 @@ for ($i=0;$i<$Reflector->NodeCount();$i++) {
case 'C' : echo '2m'; break;
case 'D' : echo 'Dongle'; break;
case 'G' : echo 'Internet-Gateway'; break;
default :
default : echo '';
}
}
echo '</td>