Changeset 4684 for branches/2.0/wp-includes/functions.php
- Timestamp:
- 01/06/2007 08:22:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/functions.php
r4656 r4684 2229 2229 $text = 'Gone'; 2230 2230 2231 if ( substr(php_sapi_name(), 0, 3) == 'cgi' )2231 // if ( substr(php_sapi_name(), 0, 3) == 'cgi' ) 2232 2232 @header("HTTP/1.1 $header $text"); 2233 else2234 @header("Status: $header $text");2233 // else 2234 // @header("Status: $header $text"); 2235 2235 } 2236 2236
Note: See TracChangeset
for help on using the changeset viewer.