commit 8e2c7276d2fa5fd44602707bd0621e0a91646bb8 parent 15637a95cdfd6cda10f147ad8cfb56ae16a4abea Author: Christoph Lohmann <20h@r-36.net> Date: Thu, 17 May 2012 20:10:58 +0200 Default should be binary. Diffstat:
ind.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ind.c b/ind.c @@ -19,7 +19,7 @@ #include "handlr.h" filetype type[] = { - {"default", "0", handlebin}, + {"default", "9", handlebin}, {"gph", "1", handlegph}, {"cgi", "0", handlecgi}, {"dcgi", "1", handledcgi},