find mail in buys

This commit is contained in:
Andrey Kuvshinov
2020-05-29 21:29:27 +03:00
parent 621dea28bd
commit 2519ce2f01
3 changed files with 15 additions and 20 deletions

View File

@@ -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;
}