fixed filelocations xddddd
This commit is contained in:
parent
60fc730a49
commit
794cfd634d
|
|
@ -230,7 +230,7 @@ pcall(function() game:SetScreenshotInfo("") end)
|
|||
<?php
|
||||
$data = ob_get_clean();
|
||||
$signature;
|
||||
$key = file_get_contents("./GameRBLX/PrivKey.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