Changeset 12836
- Timestamp:
- 01/26/2010 03:20:49 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/ms-load.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-load.php
r12827 r12836 22 22 // Fix empty PHP_SELF 23 23 $PHP_SELF = $_SERVER['PHP_SELF']; 24 if ( empty($PHP_SELF) || ( empty($PHP_SELF) && constant( 'VHOST' ) == 'no'&& $current_blog->path != '/' ) )24 if ( empty($PHP_SELF) || ( empty($PHP_SELF) && !is_subdomain_install() && $current_blog->path != '/' ) ) 25 25 $_SERVER['PHP_SELF'] = $PHP_SELF = preg_replace("/(\?.*)?$/",'',$_SERVER["REQUEST_URI"]); 26 26
Note: See TracChangeset
for help on using the changeset viewer.