Changeset 3069
- Timestamp:
- 11/14/05 08:56:40 (3 years ago)
- Files:
-
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r3053 r3069 39 39 $_SERVER['SCRIPT_FILENAME'] = $_SERVER['PATH_TRANSLATED']; 40 40 41 // Fix for PHP as CGI hosts that set PATH_INFO to PHP_SELF value42 if ( isset($_SERVER['PATH_INFO']) && $_SERVER['PATH_INFO'] == $_SERVER['PHP_SELF'])41 // Fix for Dreamhost and other PHP as CGI hosts 42 if ( strstr( $_SERVER['SCRIPT_NAME'], 'php.cgi' ) ) 43 43 unset($_SERVER['PATH_INFO']); 44 44 45 45 46 if ( !(phpversion() >= '4.1') )
