find mail in buys
This commit is contained in:
@@ -97,10 +97,15 @@ function test_client_hash_kuri($hash){
|
||||
|
||||
$client = client_find_hash($hash);
|
||||
|
||||
if (isset($client['error'])) {
|
||||
print_r($client);
|
||||
|
||||
if (!isset($client['error'])) {
|
||||
out_kuri();
|
||||
add_user_cookie($client['client_id'],$client['clientpassword']);
|
||||
}
|
||||
exit;
|
||||
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user