diff options
author | David M <davidmj@users.sourceforge.net> | 2007-04-15 17:51:20 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-04-15 17:51:20 +0000 |
commit | 781331d2a5834f51df63fba1458f98dcf1794f9e (patch) | |
tree | d49170775e85223cb8fb24f5100850eb53984b5c /phpBB/includes/ucp/ucp_profile.php | |
parent | 24367c94e98c939d6c1e67e9bbf5db77503b0ba0 (diff) | |
download | forums-781331d2a5834f51df63fba1458f98dcf1794f9e.tar forums-781331d2a5834f51df63fba1458f98dcf1794f9e.tar.gz forums-781331d2a5834f51df63fba1458f98dcf1794f9e.tar.bz2 forums-781331d2a5834f51df63fba1458f98dcf1794f9e.tar.xz forums-781331d2a5834f51df63fba1458f98dcf1794f9e.zip |
#9822
git-svn-id: file:///svn/phpbb/trunk@7357 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp/ucp_profile.php')
-rw-r--r-- | phpBB/includes/ucp/ucp_profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php index e6e495af26..aecd88934a 100644 --- a/phpBB/includes/ucp/ucp_profile.php +++ b/phpBB/includes/ucp/ucp_profile.php @@ -292,7 +292,7 @@ class ucp_profile 'msn' => array('string', true, 5, 255), 'jabber' => array( array('string', true, 5, 255), - array('match', true, '#^[a-z0-9\.\-_\+]+?@(.*?\.)*?[a-z0-9\-_]+?\.[a-z]{2,4}(/.*)?$#i')), + array('match', true, '#^[^@:\'"<>&\x00-\x1F\x7F\t\r\n]+@(.*?\.)*?[a-z0-9\-_]+?\.[a-z]{2,4}(/.*)?$#iu')), 'yim' => array('string', true, 5, 255), 'website' => array( array('string', true, 12, 255), |