@ -2,7 +2,7 @@
ob_start("ob_gzhandler");
session_start();
if (is_null($_SESSION['uid'])) {
if (empty($_SESSION['uid'])) {
header("Location: index.php");
exit;
}
The note is not visible to the blocked user.