diff --git a/html/log.php b/html/log.php index 04f59f4..fc73481 100644 --- a/html/log.php +++ b/html/log.php @@ -54,7 +54,7 @@ echo "
\n\n"; // define table row titels echo"LastHeard"; -echo "  Date Time Callsign (DMR-Id)  Name TG#  TG NameTX (s)  Slot Source\n\n"; +echo "  Date Time Callsign (DMR-Id)  Name TG#  TG NameTX (s) Source\n\n"; // define location and name of logfile // best practise is write logfile in the directory where this php script is saved because some php installations have problems to read files outside the webserver directories @@ -104,7 +104,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 "".$s.' '.$date_eu[2].".".$date_eu[1].".".$date_eu[0].$s.' '.substr($log_time[$i],11,5).$s.' '.$user_call[$i]." (".$user_id[$i].")".$s.TRIM($user_name[$i]).$s.''.$tg[$i].''.$s.' '.$tgname[$i].''.$s."
".round($transmit_timer[$i])."
".$s."
 ".$ts[$i]." 
".$s.$system[$i]."\n"; +echo "".$s.' '.$date_eu[2].".".$date_eu[1].".".$date_eu[0].$s.' '.substr($log_time[$i],11,5).$s.' '.$user_call[$i]." (".$user_id[$i].")".$s.TRIM($user_name[$i]).$s.''.$tg[$i].''.$s.' '.$tgname[$i].''.$s."
".round($transmit_timer[$i])."
".$s.$system[$i]."\n"; } echo "\n
";