Ignore:
Timestamp:
Nov 18, 2009, 9:07:20 PM (14 years ago)
Author:
Eric
Message:

Escape all login and username characters in database
Display correctly usernames

(I hope not to have made mistakes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/history.php

    r4265 r4304  
    260260    while ($row = mysql_fetch_assoc($result))
    261261    {
    262       $username_of[$row['id']] = $row['username'];
     262      $username_of[$row['id']] = stripslashes($row['username']);
    263263    }
    264264  }
Note: See TracChangeset for help on using the changeset viewer.