you pesky little browser you

git-svn-id: http://svn.automattic.com/wordpress/trunk@1294 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
michelvaldrighi 2004-05-17 13:02:06 +00:00
parent 8c0d74ece9
commit 45cc4ca471
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ case 'register':
$user_ip = $_SERVER['REMOTE_ADDR'] ;
$user_domain = gethostbyaddr($_SERVER['REMOTE_ADDR'] );
$user_browser = $_SERVER['HTTP_USER_AGENT'];
$user_browser = addslashes($_SERVER['HTTP_USER_AGENT']);
$user_login = addslashes($user_login);
$pass1 = addslashes($pass1);