Show
Ignore:
Timestamp:
03/09/07 15:17:25 (2 years ago)
Author:
donncha
Message:

WP Merge to rev 5007

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-blog-header.php

    r591 r909  
    33if (! isset($wp_did_header)): 
    44if ( !file_exists( dirname(__FILE__) . '/wp-config.php') ) { 
    5         if ( strstr( $_SERVER['PHP_SELF'], 'wp-admin') ) $path = ''; 
     5        if (strpos($_SERVER['PHP_SELF'], 'wp-admin') !== false) $path = ''; 
    66        else $path = 'wp-admin/'; 
    77        include( "index-install.php" ); // install WPMU!