Changeset 1363
- Timestamp:
- 07/09/08 19:51:04 (4 months ago)
- Files:
-
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r1349 r1363 94 94 // Fix empty PHP_SELF 95 95 $PHP_SELF = $_SERVER['PHP_SELF']; 96 if ( empty($PHP_SELF) )96 if ( empty($PHP_SELF) || constant( 'VHOST' ) == 'no' ) 97 97 $_SERVER['PHP_SELF'] = $PHP_SELF = preg_replace("/(\?.*)?$/",'',$_SERVER["REQUEST_URI"]); 98 98
