From 7b18a414db17ae5550f8f991c630e85cad38c53b Mon Sep 17 00:00:00 2001 From: markjaquith Date: Sat, 6 Jan 2007 08:22:12 +0000 Subject: [PATCH] burn in Hades, status_header(), destroyer of souls. fixes #3528 git-svn-id: http://svn.automattic.com/wordpress/trunk@4684 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index b3ed5b5291..d06be2f3f6 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -816,10 +816,10 @@ function status_header( $header ) { elseif ( 410 == $header ) $text = 'Gone'; - if ( substr(php_sapi_name(), 0, 3) == 'cgi' ) +// if ( substr(php_sapi_name(), 0, 3) == 'cgi' ) @header("HTTP/1.1 $header $text"); - else - @header("Status: $header $text"); +// else +// @header("Status: $header $text"); } function nocache_headers() {