Hide Full User Agent string from Logs

This commit is contained in:
johnnyq
2023-01-21 14:26:19 -05:00
parent e9d0a709df
commit 144697ccc0
2 changed files with 1 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
<td><?php echo $log_action; ?></td>
<td><?php echo $log_description; ?></td>
<td><?php echo $log_ip; ?></td>
<td><?php echo "$log_user_os<br>$log_user_browser<br>$log_user_agent"; ?></td>
<td><?php echo "$log_user_os<br>$log_user_browser"; ?></td>
</tr>
<?php