Implement /account.php

This commit is contained in:
SilicaAndPina 2021-07-10 00:01:37 +12:00
parent d09a92ef9f
commit db82b96faa
5 changed files with 148 additions and 14 deletions

View file

@ -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();