@@ -1,7 +1,7 @@
<?php
ob_start("ob_gzhandler");
session_start();
if ($_SESSION['uid'] == null) header("Location: index.php");
if (is_null($_SESSION['uid'])) header("Location: index.php");
require_once "functions.php";
if ($user['room'] != 29) {
header("Location: main.php");
The note is not visible to the blocked user.