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