mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Removed some aes/sha256 from dependencies on clientside
This commit is contained in:
@@ -152,7 +152,7 @@ function skip(list, guid, coll, offline, socket) {
|
||||
}
|
||||
|
||||
if(adminpass !== undefined && adminpass !== null && adminpass !== "")
|
||||
hash = Functions.hash_pass(Functions.decrypt_string(socketid, adminpass));
|
||||
hash = Functions.hash_pass(Functions.hash_pass(Functions.decrypt_string(socketid, adminpass),true));
|
||||
else
|
||||
hash = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user