Make WordPress Core

Changeset 9443 for trunk/wp-load.php


Ignore:
Timestamp:
10/31/2008 07:24:45 PM (16 years ago)
Author:
ryan
Message:

Allow nested install. Props sivel. fixes #7997

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-load.php

    r8168 r9443  
    2727    require_once( ABSPATH . 'wp-config.php' );
    2828
    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' ) ) {
    3030
    3131    /** The config file resides one level below ABSPATH */
Note: See TracChangeset for help on using the changeset viewer.