remove nil

This commit is contained in:
Thomas G 2022-08-09 05:18:35 +10:00
parent 0a55d1ebaa
commit 7e91fa8e3b
2 changed files with 0 additions and 4 deletions

View File

@ -1 +0,0 @@
nil

View File

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