X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=public-inbox.cgi;h=157cf6a200e8b060d36f4477b14a3728be29d20a;hb=f76f265a851944b5dedcc3be5f3b5224b6ebda89;hp=1fcc04fa195bcb18a318080fbad6ced743c72d71;hpb=b872759b28cd4726b9f16f5214d042fdc50b1e93;p=public-inbox.git diff --git a/public-inbox.cgi b/public-inbox.cgi index 1fcc04fa..157cf6a2 100755 --- a/public-inbox.cgi +++ b/public-inbox.cgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2014, Eric Wong and all contributors +# Copyright (C) 2014-2015 all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) use strict; use warnings; @@ -17,6 +17,7 @@ BEGIN { %HTTP_CODES = ( 200 => 'OK', + 300 => 'Multiple Choices', 301 => 'Moved Permanently', 302 => 'Found', 404 => 'Not Found',