@@ -0,0 +1,15 @@
<?php
$value = 0;
for ($i=0;$i<10;$i++){
$value+=5;
echo "$value ";
}
?>
The note is not visible to the blocked user.