mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +00:00
add note on where apache_request_headers() orig. comes from
This commit is contained in:
parent
8d55c139ff
commit
fae3831e11
|
@ -7,7 +7,7 @@ else
|
||||||
require_once('SeedDMS/Core.php');
|
require_once('SeedDMS/Core.php');
|
||||||
|
|
||||||
/* Set apache_request_headers() in case it doesn't exists, like
|
/* Set apache_request_headers() in case it doesn't exists, like
|
||||||
* when using fastcgi (patch by christopher täufert)
|
* when using fastcgi (patch by christopher täufert taken from http://php.net/)
|
||||||
*/
|
*/
|
||||||
if( !function_exists('apache_request_headers') ) {
|
if( !function_exists('apache_request_headers') ) {
|
||||||
function apache_request_headers() {
|
function apache_request_headers() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user