1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-23 06:35:34 +00:00

Added ServerDefaultEncoding to automatic caps.txt

This commit is contained in:
Kim Holviala 2015-01-04 08:42:11 +02:00
parent 7586b8eda6
commit 6e9f108ac1

2
file.c
View File

@ -260,11 +260,13 @@ void caps_txt(state *st, shm_state *shm)
"PathParentDouble=FALSE" CRLF
"PathKeepPreDelimeter=FALSE" CRLF
"ServerSupportsStdinScripts=TRUE" CRLF
"ServerDefaultEncoding=%s" CRLF
CRLF
"ServerSoftware=" SERVER_SOFTWARE CRLF
"ServerSoftwareVersion=" VERSION CRLF
"ServerArchitecture=%s" CRLF,
st->session_timeout,
strcharset(st->out_charset),
st->server_platform);
/* Optional keys */