Update gameserver.php
This commit is contained in:
parent
bfa60a0147
commit
d9c03b6822
|
|
@ -174,7 +174,7 @@ Game:GetService("RunService"):Run()
|
|||
<?php
|
||||
$data = ob_get_clean();
|
||||
$signature;
|
||||
$key = file_get_contents("./PrivateKey.pem");
|
||||
$key = file_get_contents("../GameRBLX/PrivKey.pem");
|
||||
openssl_sign($data, $signature, $key, OPENSSL_ALGO_SHA1);
|
||||
echo "" . sprintf("%%%s%%%s", base64_encode($signature), $data);
|
||||
?>
|
||||
Loading…
Reference in New Issue