mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fix for functions not existing in functions file
This commit is contained in:
@@ -89,7 +89,7 @@ function getSession(socket) {
|
|||||||
return socket.cookie_id;
|
return socket.cookie_id;
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
// Returning "sessiong"-based on place of connection
|
// Returning "sessiong"-based on place of connection
|
||||||
return Functions.hash_pass(socket.handshake.headers["user-agent"] + socket.handshake.address + socket.handshake.headers["accept-language"]);
|
return hash_pass(socket.handshake.headers["user-agent"] + socket.handshake.address + socket.handshake.headers["accept-language"]);
|
||||||
//return "empty";
|
//return "empty";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user