@@ -21,7 +21,7 @@ app.get('/', (req, res) => {
if (!req.session.state) {
req.session.state = {
"username": "guest",
"directory": "/"
"directory": `/home/guest/`
};
}
res.sendFile(documentRoot + "/index.html");
The note is not visible to the blocked user.