Changeset 4684 for trunk/wp-includes/functions.php
- Timestamp:
- 01/06/2007 08:22:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r4657 r4684 817 817 $text = 'Gone'; 818 818 819 if ( substr(php_sapi_name(), 0, 3) == 'cgi' )819 // if ( substr(php_sapi_name(), 0, 3) == 'cgi' ) 820 820 @header("HTTP/1.1 $header $text"); 821 else822 @header("Status: $header $text");821 // else 822 // @header("Status: $header $text"); 823 823 } 824 824
Note: See TracChangeset
for help on using the changeset viewer.