Changeset 8470
- Timestamp:
- 07/28/08 16:26:59 (4 months ago)
- Files:
-
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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']) ) {
