mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Close php tags for ajax tests on swarm
This commit is contained in:
parent
a542590687
commit
f6e86c3ca4
@ -4,3 +4,5 @@ header("HTTP/1.0 400 Bad Request");
|
||||
header("Content-Type: application/json");
|
||||
|
||||
echo '{ "code": 40, "message": "Bad Request" }';
|
||||
|
||||
?>
|
@ -3,3 +3,5 @@
|
||||
header("HTTP/1.0 400 Bad Request");
|
||||
|
||||
echo "plain text message";
|
||||
|
||||
?>
|
@ -16,3 +16,5 @@ 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