From e473168106effa75c4080c6b0216c5c9befe42d3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 26 Jul 2007 09:32:15 +0000 Subject: - We don't need to sanitize stuff on input. --- includes/bootstrap.inc | 3 +-- 1 file changed, 1 insertion(+), 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; } -- cgit v1.2.3