- Timestamp:
- 02/03/2023 01:33:18 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/data/WPHTTP-testcase-redirection-script.php
r47122 r55210 37 37 if ( isset($_GET['header-check']) ) { 38 38 $out = array(); 39 header("Content- type: text/plain");39 header("Content-Type: text/plain"); 40 40 foreach ( $_SERVER as $key => $value ) { 41 41 if ( stripos($key, 'http') === 0 ) { … … 64 64 echo $method; 65 65 exit; 66 66 67 67 } 68 68
Note: See TracChangeset
for help on using the changeset viewer.