- We don't need to sanitize stuff on input.
parent
0d86b33282
commit
e473168106
|
@ -1101,7 +1101,6 @@ function ip_address() {
|
||||||
$remote_ip = $ip_array[0];
|
$remote_ip = $ip_array[0];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Store the satnized version in the static variable
|
|
||||||
$remote_ip = check_plain($remote_ip);
|
|
||||||
return $remote_ip;
|
return $remote_ip;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue