Project

General

Profile

Bug #18895 » 8588_2.diff

Administrator Admin, 2008-07-04 18:10

View differences:

typo3/sysext/beuser/mod/index.php (working copy)
// Process and visualized each active session as a table row:
if (is_array($sessions)) {
foreach ($sessions as $session) {
$hostName = ($session['ses_iplock'] != '[DISABLED]' ? gethostbyaddr($session['ses_iplock']) : '[DISABLED]');
$hostByAddr = @gethostbyaddr($session['ses_iplock']) ? gethostbyaddr($session['ses_iplock']) : $session['ses_iplock'];
$hostName = ($session['ses_iplock'] != '[DISABLED]' ? $hostByAddr : '[DISABLED]');
$outTable .= '
<tr class="bgColor4" height="17" valign="top">' .
'<td nowrap="nowrap">' .
(3-3/3)