Changeset 52144
- Timestamp:
- 11/12/2021 01:08:35 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r52087 r52144 77 77 78 78 // Fix for Dreamhost and other PHP as CGI hosts. 79 if ( strpos( $_SERVER['SCRIPT_NAME'], 'php.cgi' ) !== false) {79 if ( isset( $_SERVER['SCRIPT_NAME'] ) && ( strpos( $_SERVER['SCRIPT_NAME'], 'php.cgi' ) !== false ) ) { 80 80 unset( $_SERVER['PATH_INFO'] ); 81 81 }
Note: See TracChangeset
for help on using the changeset viewer.