Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.

Commit 46757dd

Browse files
committed
♻️ Re-Added browser in log tab
1 parent f754996 commit 46757dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/user/log.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ function submitForm() {
109109
<tr>
110110
<th scope="col" class="text-center">Time</th>
111111
<th scope="col" class="text-center">Action</th>
112+
<th scope="col" class="text-center">Browser</th>
112113
<th scope="col" class="text-center">OS</th>
113114
<th scope="col">IP</th>
114115
</tr>
@@ -131,8 +132,8 @@ function submitForm() {
131132
Util::display("</td>");
132133
?>
133134

135+
<td><?php Util::display($row->browser); ?></td>
134136
<td><?php Util::display($row->os); ?></td>
135-
136137
<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>"); ?>
137138
</tr>
138139
<?php endforeach; ?>

0 commit comments

Comments
 (0)