Update index.php

This commit is contained in:
qkqpttgf
2020-01-01 15:42:50 +08:00
committed by GitHub
parent 737b5082e9
commit be28d584e3
+1 -1
View File
@@ -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()