about summary refs log tree commit homepage
path: root/public-inbox.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'public-inbox.cgi')
-rwxr-xr-xpublic-inbox.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/public-inbox.cgi b/public-inbox.cgi
index 75d510c0..1fcc04fa 100755
--- a/public-inbox.cgi
+++ b/public-inbox.cgi
@@ -18,6 +18,7 @@ BEGIN {
         %HTTP_CODES = (
                 200 => 'OK',
                 301 => 'Moved Permanently',
+                302 => 'Found',
                 404 => 'Not Found',
                 405 => 'Method Not Allowed',
                 501 => 'Not Implemented',