feature/users-tab
main
@ -9,7 +9,7 @@ $host=htmlspecialchars($_SERVER['SERVER_NAME']);
//$host="";
foreach (scandir("/home/") as $file) {
if (in_array($file, array('.', '..'))) continue;
echo "<li><a href=$file>~$file</a></li>";
echo "<li><a href="/~$file">~$file</a></li>";
}
?>
The note is not visible to the blocked user.