
Api php template
150
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
if ($regtable['hide-ssid']=="true")
{
echo "<font color=#04B404 size=2>" .
$regtable['hide-ssid'] . "</font><br>";
}else{
echo "<font color=#FF0000 size=2>".
$regtable['hide-ssid'] ."</font><br>";
}
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#CC0000 size=2>" .
$regtable['security-profile'] . "</font><br>";
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
if ($regtable['compression']=="true")
{
echo "<font color=#04B404 size=2>" .
$regtable['compression'] . "</font><br>";
}else{
echo "<font color=#FF0000 size=2>".
$regtable['compression'] ."</font><br>";
}
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
Kommentare zu diesen Handbüchern