Update insertasset.blade.php

This commit is contained in:
Thomas G 2022-08-09 05:07:50 +10:00
parent df0a2b3062
commit de38875c50
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 && !$sid == null || $type == "0") {
} else if ($sid != 0 && !is_null($sid) || $type == "0") {
header("content-type:text/xml");
$file = "http://morblox.us/stamper/sid/{$sid}.xml";
readfile($file);