mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
merge r2052 from branch-1_7 to trunk
- fix set_status_header for fastCGI installations that are strict in terms of http protocol (1.0 or 1.1) git-svn-id: http://piwigo.org/svn/trunk@2053 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -380,8 +380,7 @@ class PwgServer
|
||||
{
|
||||
if ( is_null($this->_responseEncoder) )
|
||||
{
|
||||
@header("HTTP/1.1 500 Server error");
|
||||
@header("Status: 500 Server error");
|
||||
set_status_header(500);
|
||||
@header("Content-Type: text/plain");
|
||||
echo ("Cannot process your request. Unknown response format.
|
||||
Request format: ".@$this->_requestFormat." handler:".$this->_requestHandler."
|
||||
|
||||
Reference in New Issue
Block a user