Changeset 8470
- Timestamp:
- 07/28/2008 04:26:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r8211 r8470 69 69 else 70 70 { 71 // Use ORIG_PATH_INFO if there is no PATH_INFO 72 if ( !isset($_SERVER['PATH_INFO']) && isset($_SERVER['ORIG_PATH_INFO']) ) 73 $_SERVER['PATH_INFO'] = $_SERVER['ORIG_PATH_INFO']; 74 71 75 // Some IIS + PHP configurations puts the script-name in the path-info (No need to append it twice) 72 76 if ( isset($_SERVER['PATH_INFO']) ) {
Note: See TracChangeset
for help on using the changeset viewer.