test 500 fix
This commit is contained in:
parent
89840a6229
commit
f1578f676d
|
|
@ -12,12 +12,14 @@
|
||||||
readfile($file);
|
readfile($file);
|
||||||
//
|
//
|
||||||
//header("location:" . "http://morblox.us/stamper/base/{$userid}.xml");
|
//header("location:" . "http://morblox.us/stamper/base/{$userid}.xml");
|
||||||
}
|
} elseif ($sid != 0 && $type == "0")
|
||||||
//http://www.morblox.us/stamper/inseassetcollect.php?sid=433603
|
|
||||||
if ($sid != 0 && $type == "0")
|
|
||||||
{
|
{
|
||||||
header("content-type:text/xml");
|
header("content-type:text/xml");
|
||||||
$file = "http://morblox.us/stamper/sid/{$sid}.xml";
|
$file = "http://morblox.us/stamper/sid/{$sid}.xml";
|
||||||
readfile($file);
|
readfile($file);
|
||||||
|
} else
|
||||||
|
header("content-type:text/xml");
|
||||||
|
$file = "http://morblox.us/fail.xml";
|
||||||
|
readfile($file);
|
||||||
}
|
}
|
||||||
@endphp
|
@endphp
|
||||||
Loading…
Reference in New Issue