Update index.php
parent
737b5082e9
commit
be28d584e3
|
@ -16,7 +16,7 @@ $sendHeaders = array();
|
||||||
foreach ($re['headers'] as $headerName => $headerVal) {
|
foreach ($re['headers'] as $headerName => $headerVal) {
|
||||||
header($headerName . ': ' . $headerVal, true);
|
header($headerName . ': ' . $headerVal, true);
|
||||||
}
|
}
|
||||||
http_response_code($re['statusCode']);
|
//http_response_code($re['statusCode']);
|
||||||
echo $re['body'];
|
echo $re['body'];
|
||||||
|
|
||||||
function main()
|
function main()
|
||||||
|
|
Loading…
Reference in New Issue