mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +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