@@ -0,0 +1,10 @@
<?php
$password = $_POST['password'];
if ($password == "pass") {
session_start();
$_SESSION['loggedin'] = true;
}
header('Location: index.php');
?>
The note is not visible to the blocked user.