@@ -6,10 +6,6 @@
*/
session_start();
if (empty($_SESSION['uid'])) {
header("Location: index.php");
exit;
}
require_once "config.php";
$msg = $_POST['msg'] ?? null;
The note is not visible to the blocked user.