Changeset 9443 for trunk/wp-load.php
- Timestamp:
- 10/31/2008 07:24:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-load.php
r8168 r9443 27 27 require_once( ABSPATH . 'wp-config.php' ); 28 28 29 } elseif ( file_exists( dirname(ABSPATH) . '/wp-config.php' ) ) {29 } elseif ( file_exists( dirname(ABSPATH) . '/wp-config.php' ) && ! file_exists( dirname(ABSPATH) . '/wp-load.php' ) ) { 30 30 31 31 /** The config file resides one level below ABSPATH */
Note: See TracChangeset
for help on using the changeset viewer.