From 8b2868e20d6e9b5931a2153a0854228e8a62e0f0 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 21 Dec 2021 10:30:35 +0100 Subject: file: specify UTF-8 as charset for dirlists, add option to override Signed-off-by: Jo-Philipp Wich --- uhttpd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'uhttpd.h') diff --git a/uhttpd.h b/uhttpd.h index d230b31..c755df6 100644 --- a/uhttpd.h +++ b/uhttpd.h @@ -81,6 +81,7 @@ struct config { const char *cgi_path; const char *ubus_prefix; const char *ubus_socket; + const char *dirlist_charset; int no_symlinks; int no_dirlists; int network_timeout; -- cgit v1.2.3