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";
|
$file = "http://morblox.us/stamper/sid/{$sid}.xml";
|
||||||
readfile($file);
|
readfile($file);
|
||||||
}
|
}
|
||||||
header("content-type:text/xml");
|
header("content-type:text/txt");
|
||||||
$file = "http://morblox.us/fail.xml";
|
$file = "http://morblox.us/fail.txt";
|
||||||
readfile($file);
|
readfile($file);
|
||||||
@endphp
|
@endphp
|
||||||
Loading…
Reference in New Issue