mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-21 12:19:15 +12:00
Implement /account.php
This commit is contained in:
parent
d09a92ef9f
commit
db82b96faa
5 changed files with 148 additions and 14 deletions
|
@ -25,6 +25,7 @@ if(isset($_GET['SERVER']))
|
|||
$redirectUrl .= '/';
|
||||
|
||||
$redirectUrl .= 'account.php?SLID='.(string)$playerId.'&C='.base64_encode(hex2bin($hmac));
|
||||
set_LastOn($playerId, $server_id);
|
||||
|
||||
header("Location: ".$redirectUrl);
|
||||
exit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue