mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2025-02-03 09:44:14 -05:00
Update log.php
This commit is contained in:
parent
34556dbe82
commit
ee98489144
@ -86,7 +86,7 @@ $log_time[$i]=substr($log_time[$i],0,19);
|
||||
if ($user_id[$i]=="1234567") {$user_call[$i] = "*NoCallsign*"; $user_id[$i]="-";}
|
||||
|
||||
// output table
|
||||
echo "<TR>".$s.' '.$date_eu[2].".".$date_eu[1].".".$date_eu[0].$s.' '.substr($log_time[$i],11,5).$s.'<font color=#0066ff><b> '.$user_call[$i]."</b></font><font size=\"-1\"> (".$user_id[$i].")</font>".$s.TRIM($user_name[$i]).$s.'<font color=#b5651d><b>'.$tg[$i].'</b></font>'.$s.'<font color=green><b>'.$tgname[$i].'</b></font>'.$s."<center>".round($transmit_timer[$i])."</center>".$s."<center> ".$ts[$i]." </center>".$s.$src_name[$i].$s.$system[$i]."</TR>\n";
|
||||
echo "<TR>".$s.' '.$date_eu[2].".".$date_eu[1].".".$date_eu[0].$s.' '.substr($log_time[$i],11,5).$s.'<font color=#0066ff><b> '.$user_call[$i]."</b></font><font size=\"-1\"> (".$user_id[$i].")</font>".$s.TRIM($user_name[$i]).$s.'<font color=#b5651d><b>'.$tg[$i].'</b></font>'.$s.'<font color=green><b> '.$tgname[$i].'</b></font>'.$s."<center>".round($transmit_timer[$i])."</center>".$s."<center> ".$ts[$i]." </center>".$s.$src_name[$i].$s.$system[$i]."</TR>\n";
|
||||
}
|
||||
|
||||
echo "\n</table><fieldset></div></body></html>";
|
||||
|
Loading…
Reference in New Issue
Block a user