Trying the flowthrough

This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-05 10:52:45 +02:00
parent 9268e5e2e4
commit afde001e8e
3 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,6 @@ app.get('/robots.txt', function (req, res) {
});
app.use(function (req, res, next) {
console.log("User agent", req.get("User-Agent"));
var cookie = req.cookies._uI;
if (cookie === undefined) {
var user_name = Functions.hash_pass(Functions.rndName(uniqid.time(), 15));