Skip to content

Commit

Permalink
Add HTTP 422 status code
Browse files Browse the repository at this point in the history
  • Loading branch information
joepie91 committed Apr 21, 2013
1 parent 4b02357 commit ca171e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include.misc.php
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ function http_status_code($code)
414 => "Request-URI Too Large",
415 => "Unsupported Media Type",
418 => "I'm a teapot",
422 => "Unprocessable Entity",
500 => "Internal Server Error",
501 => "Not Implemented",
502 => "Bad Gateway",
Expand Down

0 comments on commit ca171e8

Please sign in to comment.