Ticket #7361: 001-fix-cgi-status-bug.patch
| File 001-fix-cgi-status-bug.patch, 474 bytes (added by yonosoytu, 5 years ago) |
|---|
-
wp-app.php
1013 1013 nocache_headers(); 1014 1014 header('WWW-Authenticate: Basic realm="WordPress Atom Protocol"'); 1015 1015 header("HTTP/1.1 401 $msg"); 1016 header('Status: ' . $msg);1016 header('Status: 401 ' . $msg); 1017 1017 header('Content-Type: text/html'); 1018 1018 $content = <<<EOD 1019 1019 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
