Skip to content

Commit

Permalink
Added status code 423.
Browse files Browse the repository at this point in the history
  • Loading branch information
maikg committed Oct 14, 2011
1 parent 1abae70 commit 526dad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Slim/Http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class Slim_Http_Response {
416 => '416 Requested Range Not Satisfiable',
417 => '417 Expectation Failed',
422 => '422 Unprocessable Entity',
423 => '423 Locked',
//Server Error 5xx
500 => '500 Internal Server Error',
501 => '501 Not Implemented',
Expand Down

0 comments on commit 526dad6

Please sign in to comment.