mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
7 lines
74 B
PHP
7 lines
74 B
PHP
<?php
|
|
|
|
header("HTTP/1.0 400 Bad Request");
|
|
|
|
echo "plain text message";
|
|
|
|
?>
|