Update insertasset.blade.php
This commit is contained in:
parent
2baa988d47
commit
44ded28a3f
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue