mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-19 19:29:15 +12:00
no message
This commit is contained in:
parent
4362a8a294
commit
afd60531fe
8 changed files with 52 additions and 14 deletions
|
@ -57,7 +57,7 @@ if(isset($_GET['CONNECT']))
|
|||
if(!endsWith($redirectUrl, '/'))
|
||||
$redirectUrl .= '/';
|
||||
|
||||
$redirectUrl .= 'account.php?SLID='.(string)$playerId.'&C='.base64_encode(hex2bin($hmac));
|
||||
$redirectUrl .= 'account.php?SLID='.(string)$playerId.'&C='.base64_url_encode(hex2bin($hmac));
|
||||
|
||||
header("Location: ".$redirectUrl);
|
||||
exit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue