@@ -15,7 +15,7 @@ if(file_exists("data/voti.csv") == false){
}
else{
$file = fopen("data/voti.csv", "a");
fwrite($file, implode(',',$item));
fwrite($file, "\n" . implode(',',$item));
fclose($file);
The note is not visible to the blocked user.