mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
Escape all login and username characters in database
Display correctly usernames (I hope not to have made mistakes) git-svn-id: http://piwigo.org/svn/trunk@4304 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -106,7 +106,7 @@ set_make_full_url();
|
||||
$rss = new UniversalFeedCreator();
|
||||
$rss->encoding=get_pwg_charset();
|
||||
$rss->title = $conf['gallery_title'];
|
||||
$rss->title.= ' (as '.$user['username'].')';
|
||||
$rss->title.= ' (as '.stripslashes($user['username']).')';
|
||||
|
||||
$rss->link = $conf['gallery_url'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user