@@ -0,0 +1,9 @@
<?php
require_once 'config/config.php';
if (is_logged_in()) {
redirect('dashboard.php');
} else {
redirect('login.php');
}
?>
The note is not visible to the blocked user.