From c9a1714763c3e69c3922beea23d263157ea4c821 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sun, 7 Aug 2022 10:43:21 +1000 Subject: [PATCH] mneeneeeee --- public/game/jointest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/game/jointest.php b/public/game/jointest.php index 5e84ccf..233f395 100644 --- a/public/game/jointest.php +++ b/public/game/jointest.php @@ -18,5 +18,5 @@ $data = ob_get_clean(); $signature; $key = file_get_contents("../GameRBLX/PrivKey.pem"); openssl_sign($data, $signature, $key, OPENSSL_ALGO_SHA1); -echo "" . sprintf("%%%s%%%s", base64_encode($signature), $data); +echo "--rbxsig" . sprintf("%%%s%%%s", base64_encode($signature), $data); ?> \ No newline at end of file