version 2.3.5

standard dashboard v2.3.5
pull/29/head
LX1IQ 9 years ago committed by GitHub
parent b5a7eec413
commit 81d1ee3af1

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.