]> Sergey Matveev's repositories - public-inbox.git/blobdiff - public-inbox.cgi
www: /t/$MESSAGE_ID.html for threads
[public-inbox.git] / public-inbox.cgi
index 57935c50d62fc1ed8d282a04ee2e3dede66a62a9..ed0f12c885bbb8c58fdcbf6e5ffe12b242a0c2b9 100755 (executable)
@@ -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";