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/include/menubar.inc.php

    r3282 r4304  
    282282  else
    283283  {
    284     $template->assign('USERNAME', $user['username']);
     284    $template->assign('USERNAME', stripslashes($user['username']));
    285285    if (is_autorize_status(ACCESS_CLASSIC))
    286286    {
Note: See TracChangeset for help on using the changeset viewer.