mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-21 12:19:15 +12:00
implement gifting to ppemu
This commit is contained in:
parent
be9b0ba8e0
commit
ddbf1fd67b
8 changed files with 321 additions and 166 deletions
|
@ -12,6 +12,7 @@ function GenHmacMessage(string $data, string $channel)
|
|||
return $hmac;
|
||||
}
|
||||
|
||||
|
||||
function getPlayerList($database)
|
||||
{
|
||||
include('config.php');
|
||||
|
@ -163,7 +164,7 @@ function getUserExistInExt($database, $id)
|
|||
$stmt->execute();
|
||||
$result = $stmt->get_result();
|
||||
|
||||
return intval($result->fetch_row()[0]) <= 0;
|
||||
return intval($result->fetch_row()[0]) >= 1;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue