Update insertasset.blade.php

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

View File

@ -8,9 +8,7 @@
header("content-type:text/xml"); header("content-type:text/xml");
$file = "http://morblox.us/stamper/base/{$userid}.xml"; $file = "http://morblox.us/stamper/base/{$userid}.xml";
readfile($file); readfile($file);
// } else if ($sid != 0 && !$sid == null || $type == "0") {
//header("location:" . "http://morblox.us/stamper/base/{$userid}.xml");
} else 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);