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