1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-07-07 02:54:18 -04:00

Added ServerSupportsStdinScripts to automatic caps.txt

This commit is contained in:
Kim Holviala 2015-01-01 08:38:59 +02:00
parent 00c48f5ced
commit 7586b8eda6
3 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,7 @@
2014-12-19 Kim Holviala <kim@holviala.com>
* Fixed a comment & formatting
* Added detection for CRUX Linux
* Added $SESSION_ID environment variable for CGI scripts

View File

@ -110,5 +110,3 @@ Tested (and semi-supported) platforms include:
NetBSD 5 x86_64 gcc 4
Haiku R1 i386 gcc 2

1
file.c
View File

@ -259,6 +259,7 @@ void caps_txt(state *st, shm_state *shm)
"PathParent=.." CRLF
"PathParentDouble=FALSE" CRLF
"PathKeepPreDelimeter=FALSE" CRLF
"ServerSupportsStdinScripts=TRUE" CRLF
CRLF
"ServerSoftware=" SERVER_SOFTWARE CRLF
"ServerSoftwareVersion=" VERSION CRLF