- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/data/WPHTTP-testcase-redirection-script.php
r46586 r47122 1 1 <?php 2 2 3 // Thanks WordPress.. 3 // Thanks WordPress... 4 4 function is_ssl() { 5 5 if ( isset($_SERVER['HTTPS']) ) { … … 74 74 exit; 75 75 } 76 // Redirection was followed 76 // Redirection was followed. 77 77 echo 'FAIL'; 78 78 exit;
Note: See TracChangeset
for help on using the changeset viewer.