X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=public-inbox.cgi;fp=public-inbox.cgi;h=ed0f12c885bbb8c58fdcbf6e5ffe12b242a0c2b9;hb=57cf47ec49dee9f919460840ae94074ff807b695;hp=57935c50d62fc1ed8d282a04ee2e3dede66a62a9;hpb=91e579a19735ba6ddd3cdee95795801732500c3e;p=public-inbox.git diff --git a/public-inbox.cgi b/public-inbox.cgi index 57935c50..ed0f12c8 100755 --- a/public-inbox.cgi +++ b/public-inbox.cgi @@ -29,6 +29,7 @@ if (@ARGV && $ARGV[0] eq 'static') { 301 => 'Moved Permanently', 404 => 'Not Found', 405 => 'Method Not Allowed', + 501 => 'Not Implemented', ); print "Status: $status $codes{$status}\r\n";