Changeset 31120 for trunk/src/wp-includes/load.php
- Timestamp:
- 01/10/2015 04:58:49 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r31090 r31120 53 53 54 54 // Fix for IIS when running with PHP ISAPI 55 if ( empty( $_SERVER['REQUEST_URI'] ) || ( php_sapi_name()!= 'cgi-fcgi' && preg_match( '/^Microsoft-IIS\//', $_SERVER['SERVER_SOFTWARE'] ) ) ) {55 if ( empty( $_SERVER['REQUEST_URI'] ) || ( PHP_SAPI != 'cgi-fcgi' && preg_match( '/^Microsoft-IIS\//', $_SERVER['SERVER_SOFTWARE'] ) ) ) { 56 56 57 57 // IIS Mod-Rewrite
Note: See TracChangeset
for help on using the changeset viewer.