fix
This commit is contained in:
parent
d58a2da708
commit
0a55d1ebaa
|
|
@ -0,0 +1 @@
|
|||
nil
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue