jellyfin-web/dashboard-ui/bower_components/jquery/test/data/errorWithJSON.php
2016-01-12 14:55:45 -05:00

6 lines
134 B
PHP

<?php
header("HTTP/1.0 400 Bad Request");
header("Content-Type: application/json");
echo '{ "code": 40, "message": "Bad Request" }';