We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d28a36 commit c1865aaCopy full SHA for c1865aa
com.woltlab.wcf/templates/usersOnlineList.tpl
@@ -90,7 +90,7 @@
90
{if $__wcf->session->getPermission('admin.user.canViewIpAddress')}
91
<dl class="plain inlineDataList small">
92
<dt>{lang}wcf.user.usersOnline.ipAddress{/lang}</dt>
93
- <dd title="{$user->getFormattedIPAddress()}">{@$user->getFormattedIPAddress()|ipSearch}</dd>
+ <dd title="{$user->getFormattedIPAddress()}">{@$user->getFormattedIPAddress()|ipSearch}{event name='sessionIpAddress'}</dd>
94
95
{if !$user->spiderIdentifier}
96
<dt>{lang}wcf.user.usersOnline.userAgent{/lang}</dt>
0 commit comments