correct test password client
This commit is contained in:
@@ -98,7 +98,8 @@ function test_client_hash_kuri($hash){
|
||||
$client = client_find_hash($hash);
|
||||
|
||||
if (isset($client['error'])) {
|
||||
add_user_cookie($client['client_id'], $result['clientpassword']);
|
||||
out_kuri();
|
||||
add_user_cookie($client['client_id'],$client['clientpassword']);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user