mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-02-02 15:08:00 -05:00
Added ServerSupportsStdinScripts to automatic caps.txt
This commit is contained in:
parent
00c48f5ced
commit
7586b8eda6
@ -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
|
||||
|
||||
|
2
INSTALL
2
INSTALL
@ -110,5 +110,3 @@ Tested (and semi-supported) platforms include:
|
||||
NetBSD 5 x86_64 gcc 4
|
||||
Haiku R1 i386 gcc 2
|
||||
|
||||
|
||||
|
||||
|
1
file.c
1
file.c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user