@@ -0,0 +1,13 @@
<?php
$data = scandir(htmlspecialchars($_GET['name']));
if ($data) {
header('Content-type:application/json;charset=utf-8');
echo json_encode($data);
} else {
echo json_encode(array());
}
?>
The note is not visible to the blocked user.