diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-12-21 10:30:35 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-02-07 09:59:21 +0100 |
commit | 8b2868e20d6e9b5931a2153a0854228e8a62e0f0 (patch) | |
tree | 8ecd164d7e43ab6d1cccb4724479879206f931b5 /uhttpd.h | |
parent | 3a5bd84489e3f76b8123fbae681bd08369c23b55 (diff) |
file: specify UTF-8 as charset for dirlists, add option to override
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'uhttpd.h')
-rw-r--r-- | uhttpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |