@@ -0,0 +1,14 @@
<?php
/**
* Created by PhpStorm.
* User: leanderschmedemann
* Date: 27/03/2017
* Time: 14:07
*/
$uid = $_GET['uid'];
$length = ($_GET['length'] && gettype(+$_GET['length']) == 'integer') ? $_GET['length'] : 10;
echo gettype($length);
?>
The note is not visible to the blocked user.