Changeset 4304 for trunk/feed.php


Ignore:
Timestamp:
Nov 18, 2009, 9:07:20 PM (15 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/feed.php

    r3282 r4304  
    107107$rss->encoding=get_pwg_charset();
    108108$rss->title = $conf['gallery_title'];
    109 $rss->title.= ' (as '.$user['username'].')';
     109$rss->title.= ' (as '.stripslashes($user['username']).')';
    110110
    111111$rss->link = $conf['gallery_url'];
Note: See TracChangeset for help on using the changeset viewer.