From 1235bab5276f8c56ed6ba9cff46563c143c3e240 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 18 Nov 2009 20:07:20 +0000 Subject: 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 --- admin/include/c13y_internal.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/include/c13y_internal.class.php') diff --git a/admin/include/c13y_internal.class.php b/admin/include/c13y_internal.class.php index c807ac24c..6402c6516 100644 --- a/admin/include/c13y_internal.class.php +++ b/admin/include/c13y_internal.class.php @@ -195,7 +195,7 @@ class c13y_internal $inserts = array( array( 'id' => $id, - 'username' => $name, + 'username' => addslashes($name), 'password' => $password ), ); -- cgit v1.2.3