
Api php template
155
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
if ($regtable['authorized']=="true")
{
echo "<font color=#04B404 size=3>" .
$regtable['authorized'] . "</font><br>";
}else{
echo "<font color=#FF0000 size=3>".
$regtable['authorized'] ."</font><br>";
}
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
if ($regtable['bypassed']=="true")
{
echo "<font color=#04B404 size=3>" .
$regtable['bypassed'] . "</font><br>";
}else{
echo "<font color=#FF0000 size=3>".
$regtable['bypassed'] ."</font><br>";
}
}
echo "</td><td>";
for ($i=0; $i<250; $i++)
{
$regtable = $ARRAY[$i];
echo "<font color=#04B404 size=3>" . $regtable['comment'] .
"</font><br>";
}
echo "</td><td>";
Commenti su questo manuale