Archived
1
0

* Added header('Status:...') calls so that some CGI installations

of apache emit proper headers (garvinhicking)
This commit is contained in:
Garvin Hicking
2008-08-22 09:20:13 +00:00
parent cb8d4da7fa
commit aa77cb9b1f
7 changed files with 13 additions and 1 deletions

View File

@@ -287,6 +287,7 @@ if (IS_installed === true) {
if (!isset($_SERVER['PHP_AUTH_USER'])) {
header("WWW-Authenticate: Basic realm=\"Feed Login\"");
header("HTTP/1.0 401 Unauthorized");
header("Status: 401 Unauthorized");
exit;
} else {
if (!isset($serendipity['POST']['user'])) {