- We don't need to sanitize stuff on input.

6.x
Dries Buytaert 2007-07-26 09:32:15 +00:00
parent 0d86b33282
commit e473168106
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}