Final
@@ -1,17 +0,0 @@
<?php
if ($bank_balance < 100)
{
$money = 1000;
$bank_balance += $money;
}
elseif ($bank_balance > 200)
$savings += 100;
$bank_balance -= 100;
else
$savings += 50;
$bank_balance -= 50;
?>
The note is not visible to the blocked user.