This commit is contained in:
Flummi 2016-09-10 16:31:52 +02:00
parent bfce6f1248
commit de3e548c07

View File

@ -271,6 +271,7 @@ function Websrv(tbot, tsql, tlib) {
} }
} }
else { else {
console.log(request);
res.writeHead(403); res.writeHead(403);
res.end('403 - forbidden'); res.end('403 - forbidden');
} }