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/include/c13y_internal.class.php

    r4265 r4304  
    196196              array(
    197197                'id'       => $id,
    198                 'username' => $name,
     198                'username' => addslashes($name),
    199199                'password' => $password
    200200                ),
Note: See TracChangeset for help on using the changeset viewer.