Update insertasset.blade.php

This commit is contained in:
Thomas G 2022-08-09 05:05:10 +10:00
parent 2baa988d47
commit 44ded28a3f
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
$type = (string)$_GET["type"];
$userid = (int)$_GET["userid"];
$sid = (int)$_GET["sid"];
//http://roblox.com/Game/Tools/InsertAsset.ashx?nsets=20&type=user&userid=11744447
if ($nsets == 20 && $type == "user") {
header("content-type:text/xml");
$file = "http://morblox.us/stamper/base/{$userid}.xml";
@ -15,7 +14,7 @@
header("content-type:text/xml");
$file = "http://morblox.us/stamper/sid/{$sid}.xml";
readfile($file);
} else
} else {
header("content-type:text/xml");
$file = "http://morblox.us/fail.xml";
readfile($file);