Update insertasset.blade.php

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

View File

@ -12,9 +12,8 @@
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);
} }
header("content-type:text/xml");
$file = "http://morblox.us/fail.xml";
readfile($file);
@endphp @endphp