summaryrefslogtreecommitdiff
path: root/inc/auth.php
diff options
context:
space:
mode:
authorGuy Brand <gb@unistra.fr>2014-10-08 09:56:58 +0200
committerGuy Brand <gb@unistra.fr>2014-10-08 09:56:58 +0200
commitf256c70f224e3618a4a1af131d0fcba079534d40 (patch)
treefcbb54cb26138a28e00f21e95b0563d9496ecbae /inc/auth.php
parentfe2e5166213d288a2d135b2f440ed3adb0163aa9 (diff)
parent7172294d0cc39ec10ad431dfdd0dd20e15a4ba35 (diff)
downloadrpg-f256c70f224e3618a4a1af131d0fcba079534d40.tar.gz
rpg-f256c70f224e3618a4a1af131d0fcba079534d40.tar.bz2
Merge branch 'master' into stable
Diffstat (limited to 'inc/auth.php')
-rw-r--r--inc/auth.php1
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);