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-cron.php

    r5843 r7971  
    22ignore_user_abort(true); 
    33define('DOING_CRON', TRUE); 
    4 require_once('./wp-config.php'); 
     4require_once('./wp-load.php'); 
    55 
    66if ( $_GET['check'] != wp_hash('187425') )