Skip to content

Commit

Permalink
♻️ Re-Added browser in log tab
Browse files Browse the repository at this point in the history
  • Loading branch information
anditv21 committed Dec 10, 2023
1 parent f754996 commit 46757dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/user/log.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function submitForm() {
<tr>
<th scope="col" class="text-center">Time</th>
<th scope="col" class="text-center">Action</th>
<th scope="col" class="text-center">Browser</th>
<th scope="col" class="text-center">OS</th>
<th scope="col">IP</th>
</tr>
Expand All @@ -131,8 +132,8 @@ function submitForm() {
Util::display("</td>");
?>

<td><?php Util::display($row->browser); ?></td>
<td><?php Util::display($row->os); ?></td>

<td><?php Util::display("<br><p onclick=\"lookup('" . $user->getlastip() . "')\" title='Click to lookup' data-toggle='tooltip' data-placement='top' class='spoiler'>" . $row->ip . "</p>"); ?>
</tr>
<?php endforeach; ?>
Expand Down

0 comments on commit 46757dd

Please sign in to comment.