diff options
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 1154b84ae..404da154b 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -1101,7 +1101,6 @@ function ip_address() { $remote_ip = $ip_array[0]; } } - // Store the satnized version in the static variable - $remote_ip = check_plain($remote_ip); + return $remote_ip; } |