Server side modifications
Fix bad implementation of PKDBF2 and HMAC New protocol version (2)
This commit is contained in:
@@ -31,7 +31,7 @@ function load_database()
|
||||
return $db;
|
||||
}
|
||||
|
||||
$PROTOCOL_VERSION = 1;
|
||||
$PROTOCOL_VERSION = 2;
|
||||
|
||||
$db = load_database();
|
||||
|
||||
|
Reference in New Issue
Block a user