On Thu, Sep 22, 2005 at 06:07:52PM +0200, Tobias wrote: > Package: freeradius-dialupadmin > Version: 1.0.5-1 > Severity: normal
> 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. Good catch. This is trivial to fix, but a building problem has just reared its head, so it may take a little while before a fixed upload appears. Sorry for the inconvinience. -- Paul "TBBle" Hampson, [EMAIL PROTECTED] 8th year CompSci/Asian Studies student, ANU Shorter .sig for a more eco-friendly paperless office.
pgpvG5geQYNHc.pgp
Description: PGP signature

