@@ -2,5 +2,8 @@
ini_set('display_errors', false);
if(strtolower($_SERVER['REQUEST_METHOD']) == 'post'){
error_log(json_encode($_POST));
}
exit(0);
header("HTTP/1.1 403 Forbidden");
echo "Forbidden";
echo "Found";
The note is not visible to the blocked user.