19 Jul
2005
19 Jul
'05
10:21 a.m.
Hi, there's a mistake in user_admin.php3 of dialup_admin. Right now, it's displaying the Download value twice on the Online Users page. Once as human-readable value under Upload and once as raw bytes under Download. I found the glitch on line 196. if ($lastlog_input) $lastlog_input = bytes2str($lastlog_input); else $lastlog_input = 'not available'; if ($lastlog_output)
$lastlog_input = bytes2str($lastlog_output); else $lastlog_output = 'not available';
Of course it's got to be $lastlog_output. cheers, tobias