Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
User expired
tcexam_uibk
Commits
687cd52d
Commit
687cd52d
authored
Jul 05, 2016
by
Ewald
Browse files
ip4 display for user online list
parent
41108ba2
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/code/tce_functions_users_online.php
View file @
687cd52d
...
...
@@ -127,7 +127,7 @@ function F_list_online_users($wherequery, $order_field, $orderdir, $firstrow, $r
}
echo
'</td>'
;
echo
'<td>'
.
$this_session
[
'session_user_level'
]
.
'</td>'
;
echo
'<td>'
.
$this_session
[
'session_user_ip'
]
.
'</td>'
;
echo
'<td>'
.
ip6toip4
(
$this_session
[
'session_user_ip'
]
)
.
'</td>'
;
echo
'</tr>'
.
K_NEWLINE
;
}
}
else
{
...
...
User expired
@c102215
mentioned in commit
87b08bf7
·
Jul 05, 2016
mentioned in commit
87b08bf7
mentioned in commit 87b08bf711eb86907406793631b90e0f4e9d7451
Toggle commit list
User expired
@c102215
mentioned in commit
87b08bf7
·
Jul 05, 2016
mentioned in commit
87b08bf7
mentioned in commit 87b08bf711eb86907406793631b90e0f4e9d7451
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment