Update insertasset.blade.php
This commit is contained in:
parent
44ded28a3f
commit
df0a2b3062
|
|
@ -8,9 +8,7 @@
|
|||
header("content-type:text/xml");
|
||||
$file = "http://morblox.us/stamper/base/{$userid}.xml";
|
||||
readfile($file);
|
||||
//
|
||||
//header("location:" . "http://morblox.us/stamper/base/{$userid}.xml");
|
||||
} else if ($sid != 0 && $type == "0") {
|
||||
} else if ($sid != 0 && !$sid == null || $type == "0") {
|
||||
header("content-type:text/xml");
|
||||
$file = "http://morblox.us/stamper/sid/{$sid}.xml";
|
||||
readfile($file);
|
||||
|
|
|
|||
Loading…
Reference in New Issue