Update insertasset.blade.php

This commit is contained in:
Thomas G 2022-08-09 05:09:20 +10:00
parent 0bf7ebbb36
commit e11d273d3e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
header("content-type:text/xml");
$file = "http://morblox.us/stamper/base/{$userid}.xml";
readfile($file);
} else if ($sid != 0 && !is_null($sid) || $type == "0") {
} else if ($sid != 0 && !empty($_REQUEST['sid']) || $type == "0") {
header("content-type:text/xml");
$file = "http://morblox.us/stamper/sid/{$sid}.xml";
readfile($file);