Make WordPress Core


Ignore:
Timestamp:
01/06/2007 08:22:12 AM (18 years ago)
Author:
markjaquith
Message:

burn in Hades, status_header(), destroyer of souls. fixes #3528

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r4657 r4684  
    817817        $text = 'Gone';
    818818
    819     if ( substr(php_sapi_name(), 0, 3) == 'cgi' )
     819// if ( substr(php_sapi_name(), 0, 3) == 'cgi' )
    820820        @header("HTTP/1.1 $header $text");
    821     else
    822         @header("Status: $header $text");
     821//  else
     822//      @header("Status: $header $text");
    823823}
    824824
Note: See TracChangeset for help on using the changeset viewer.