From ca171e8275d3d869538de29b766f0ef0d513a674 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 21 Apr 2013 23:27:41 +0200 Subject: [PATCH] Add HTTP 422 status code --- include.misc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include.misc.php b/include.misc.php index aeedd37..7bcc71a 100644 --- a/include.misc.php +++ b/include.misc.php @@ -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",