mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Revert "Close php tags for ajax tests on swarm"
This reverts commit f6e86c3ca4
.
This commit is contained in:
parent
f6e86c3ca4
commit
62da89b89a
@ -4,5 +4,3 @@ header("HTTP/1.0 400 Bad Request");
|
||||
header("Content-Type: application/json");
|
||||
|
||||
echo '{ "code": 40, "message": "Bad Request" }';
|
||||
|
||||
?>
|
@ -3,5 +3,3 @@
|
||||
header("HTTP/1.0 400 Bad Request");
|
||||
|
||||
echo "plain text message";
|
||||
|
||||
?>
|
@ -16,5 +16,3 @@ foreach( $_SERVER as $key => $value ) {
|
||||
foreach( explode( "_" , $_GET[ "keys" ] ) as $key ) {
|
||||
echo "$key: " . @$headers[ strtoupper( $key ) ] . "\n";
|
||||
}
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user