fixed filelocations xddddd

This commit is contained in:
Thomas G 2022-06-28 16:59:04 +10:00
parent 60fc730a49
commit 794cfd634d
1 changed files with 1 additions and 1 deletions

View File

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