This commit is contained in:
Thomas G 2022-08-09 05:17:44 +10:00
parent d58a2da708
commit 0a55d1ebaa
3 changed files with 3 additions and 2 deletions

1
public/fail.txt Normal file
View File

@ -0,0 +1 @@
nil

View File

View File

@ -29,7 +29,7 @@
$file = "http://morblox.us/stamper/sid/{$sid}.xml";
readfile($file);
}
header("content-type:text/xml");
$file = "http://morblox.us/fail.xml";
header("content-type:text/txt");
$file = "http://morblox.us/fail.txt";
readfile($file);
@endphp