mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-12-15 22:15:34 -05:00
5 lines
70 B
PHP
5 lines
70 B
PHP
<?php
|
|
|
|
header("HTTP/1.0 400 Bad Request");
|
|
|
|
echo "plain text message"; |