mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-12-04 14:46:37 -05:00
Added ServerDefaultEncoding to automatic caps.txt
This commit is contained in:
parent
7586b8eda6
commit
6e9f108ac1
2
file.c
2
file.c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user