quark

quark web server
git clone git://git.suckless.org/quark
Log | Files | Refs | LICENSE

commit 5dac8de322992e3dc72df318b7120cfd7f87ad19
parent ca2c107f308721d1c1daff397d7db9a2c5d5a932
Author: FRIGN <dev@frign.de>
Date:   Wed, 20 Aug 2014 20:47:29 +0200

Allow dir-listing to be a configurable option

Diffstat:
Mconfig.def.h | 1+
Mquark.c | 1-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -9,6 +9,7 @@ static const char *group = "nobody"; static const char *cgi_dir = "."; static const char *cgi_script = "/werc.rc"; static int cgi_mode = 0; +static int allowdirlist = 0; static const MimeType servermimes[] = { { "html", "text/html; charset=UTF-8" }, diff --git a/quark.c b/quark.c @@ -97,7 +97,6 @@ static char reqhost[256]; static char reqmod[256]; static int fd = -1; static Request req; -static int allowdirlist = 0; char * tstamp(time_t t) {