First Draft of the Example Files
@@ -0,0 +1,12 @@
<?php
if ($bank_balance < 100)
{
$money = 1000;
$bank_balance += $money;
}
else
$savings += 50;
$bank_balance -= 50;
?>
The note is not visible to the blocked user.