Updated epenses post to use new logAction function, tidy and added more details to logging

This commit is contained in:
johnnyq
2024-11-10 13:32:42 -05:00
parent 1ebd537d9d
commit e58bf3d558
3 changed files with 69 additions and 49 deletions

View File

@@ -285,7 +285,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"; ?></td>
<td><?php echo "$log_user_os<div class='text-secondary'>$log_user_browser</div>"; ?></td>
</tr>
<?php