Changeset 54866 for trunk/src/wp-load.php
- Timestamp:
- 11/23/2022 03:41:39 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-load.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-load.php
r54200 r54866 69 69 $path = wp_guess_url() . '/wp-admin/setup-config.php'; 70 70 71 /* 72 * We're going to redirect to setup-config.php. While this shouldn't result 73 * in an infinite loop, that's a silly thing to assume, don't you think? If 74 * we're traveling in circles, our last-ditch effort is "Need more help?" 75 */ 71 // Redirect to setup-config.php. 76 72 if ( false === strpos( $_SERVER['REQUEST_URI'], 'setup-config' ) ) { 77 73 header( 'Location: ' . $path );
Note: See TracChangeset
for help on using the changeset viewer.