diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_users.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/show_users.inc b/templates/show_users.inc index da6ecd2f..10ed8a55 100644 --- a/templates/show_users.inc +++ b/templates/show_users.inc @@ -57,6 +57,9 @@ $admin_menu = "admin/"; <td align="center"> <b><?php echo _("Activity"); ?></b> </td> + <td align="center"> + <b><?php echo _("Last Ip"); ?></b> + </td> <td colspan="5"> </td> <!-- @@ -106,6 +109,11 @@ while ($results = mysql_fetch_object($db_result)) { <td> <?php echo $user->f_useage; ?> </td> + <td> + <a href="<?php echo $web_path; ?>/admin/users.php?action=show_ip_history&user=<?php echo $user->username; ?>"> + <?php echo $user->ip_history; ?> + </a> + </td> <td> |