Folders renumbered
@@ -0,0 +1,7 @@
<?php
$count = 1;
do
echo "$count times 12 is " . $count * 12 . "<br>";
while (++$count <= 12);
?>
The note is not visible to the blocked user.