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/user_list.php

    r4265 r4304  
    703703      'U_PROFILE' => $profile_url.$local_user['id'],
    704704      'U_PERM' => $perm_url.$local_user['id'],
    705       'USERNAME' => $local_user['username']
     705      'USERNAME' => stripslashes($local_user['username'])
    706706        .($local_user['id'] == $conf['guest_id']
    707707          ? '<br>['.l10n('is_the_guest').']' : '')
Note: See TracChangeset for help on using the changeset viewer.