@@ -7,7 +7,7 @@
*/
$uid = $_GET['uid'];
$length = ($_GET['length'] && gettype(+$_GET['length']) == 'integer') ? $_GET['length'] : 10;
$length = ($_GET['length'] && gettype($_GET['length']+0) == 'integer') ? $_GET['length'] : 10;
echo gettype($length);
?>
The note is not visible to the blocked user.