Show
Ignore:
Timestamp:
05/21/08 05:59:27 (6 months ago)
Author:
ryan
Message:

Allow wp-config.php to exist one level up from WordPress root directory. Props sambauers. fixes #6933

Files:

Legend:

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

    r6526 r7971  
    11<?php 
    2 require(dirname(__FILE__) . '/wp-config.php'); 
     2require(dirname(__FILE__) . '/wp-load.php'); 
    33 
    44require_once(ABSPATH.WPINC.'/class-pop3.php');