Changeset 2744
- Timestamp:
- 08/03/05 00:42:52 (3 years ago)
- Files:
-
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r2725 r2744 5 5 6 6 // Fix for IIS, which doesn't set REQUEST_URI 7 if ( ! isset($_SERVER['REQUEST_URI'])) {8 $_SERVER['REQUEST_URI'] = $_SERVER['SCRIPT_NAME']; 7 if ( empty( $_SERVER['REQUEST_URI'] ) ) { 8 $_SERVER['REQUEST_URI'] = $_SERVER['SCRIPT_NAME']; // Does this work under CGI? 9 9 10 10 // Append the query string if it exists and isn't null
