Ticket #5682: 5682.function-check.diff
| File 5682.function-check.diff, 445 bytes (added by filosofo, 3 years ago) |
|---|
-
wp-settings.php
61 61 $blog_id = 1; 62 62 63 63 // Fix for IIS, which doesn't set REQUEST_URI 64 if ( empty( $_SERVER['REQUEST_URI'] ) ) {64 if ( function_exists('iis_add_server') || empty( $_SERVER['REQUEST_URI'] ) ) { 65 65 66 66 // IIS Mod-Rewrite 67 67 if (isset($_SERVER['HTTP_X_ORIGINAL_URL'])) {
