@@ -1,6 +1,6 @@
<?php
session_start();
if (!isset($_SESSION['uid'])) {
if (empty($_SESSION['uid'])) {
header("Location: index.php");
}
require_once "functions.php";
The note is not visible to the blocked user.