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