Changeset 10973
- Timestamp:
- 05/14/2021 01:40:37 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/wporg-sso/class-wporg-sso.php
r10889 r10973 213 213 } 214 214 215 // DEBUG - login.w.org redirecting to self? 216 if ( 217 ! $_POST && 218 'login.wordpress.org' === $_SERVER['HTTP_HOST'] && 219 '/' === $_SERVER['REQUEST_URI'] && 220 'https://login.wordpress.org/' === $to 221 ) { 222 trigger_error( 'Login redirect to self: ' . var_export( [ __METHOD__, wp_debug_backtrace_summary(), $to, $_SERVER ], true ), E_USER_WARNING ); 223 } 224 215 225 header( 216 226 'Location: ' . $to,
Note: See TracChangeset
for help on using the changeset viewer.