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