@@ -6,7 +6,7 @@ if ($get === 'exit') {
session_destroy();
header("Location: fight.php");
}
if (!isset($_SESSION['uid'])) {
if (empty($_SESSION['uid'])) {
header("Location: index.php");
The note is not visible to the blocked user.