@@ -8,7 +8,7 @@ $headers = apache_request_headers();
foreach ($headers as $header => $value) {
if($header == 'X-Real-IP'){
if (!empty($value)){
if (!empty($value) && $_SERVER['REMOTE_ADDR'] == "127.0.0.1"){
$ipcka = $value;
}
The note is not visible to the blocked user.