diff options
author | Guy Brand <gb@unistra.fr> | 2014-10-08 09:56:58 +0200 |
---|---|---|
committer | Guy Brand <gb@unistra.fr> | 2014-10-08 09:56:58 +0200 |
commit | f256c70f224e3618a4a1af131d0fcba079534d40 (patch) | |
tree | fcbb54cb26138a28e00f21e95b0563d9496ecbae /inc/auth.php | |
parent | fe2e5166213d288a2d135b2f440ed3adb0163aa9 (diff) | |
parent | 7172294d0cc39ec10ad431dfdd0dd20e15a4ba35 (diff) | |
download | rpg-f256c70f224e3618a4a1af131d0fcba079534d40.tar.gz rpg-f256c70f224e3618a4a1af131d0fcba079534d40.tar.bz2 |
Merge branch 'master' into stable
Diffstat (limited to 'inc/auth.php')
-rw-r--r-- | inc/auth.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/auth.php b/inc/auth.php index e938830ef..4b1e6ce31 100644 --- a/inc/auth.php +++ b/inc/auth.php @@ -335,7 +335,6 @@ function auth_browseruid() { $ip = clientIP(true); $uid = ''; $uid .= $INPUT->server->str('HTTP_USER_AGENT'); - $uid .= $INPUT->server->str('HTTP_ACCEPT_ENCODING'); $uid .= $INPUT->server->str('HTTP_ACCEPT_CHARSET'); $uid .= substr($ip, 0, strpos($ip, '.')); $uid = strtolower($uid); |